Click or drag to resize

FloatComplexVector Properties

The FloatComplexVector type exposes the following members.

Properties
 NameDescription
Public propertyDataBlock Gets a reference to the underlying data that this vector is viewing.
Public propertyItemInt32 Gets and sets the data element at the given position.
Public propertyCode exampleItemSlice Returns a new FloatComplexVector instance pointing to the subset of this vector's data indicated by the given Slice.
Public propertyLength Gets the number of data elements in this vector.
Public propertyStride Gets the step between successive elements in the data that this vector is viewing.
Top
See Also