|  | Double | 
The DoubleComplexVector type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DataBlock | Gets a reference to the underlying data that this vector is viewing. | 
|  | ItemInt32 | Gets and sets the data element at the given position. | 
|   | ItemSlice | Returns a new DoubleComplexVector instance pointing to the subset of this vector's data indicated by the given Slice. | 
|  | Length | Gets the number of data elements in this vector. | 
|  | Stride | Gets the step between successive elements in the data that this vector is viewing. | 
 See Also
See Also