Click or drag to resize

CVector Properties

The CVector type exposes the following members.

Properties
 NameDescription
Public propertyFirstGets the first complex in the vector.
Public propertyImaginaryGets the imaginary part of the complex numbers in this vector.
Public propertyIsInitializedHas the vector been properly initialized?
Public propertyItemIndexGets the component at a given index.
Public propertyItemInt32Gets or sets the component at a given index.
Public propertyItemRangeExtracts a slice from the vector.
Public propertyLastGets the last complex in the vector.
Public propertyLengthGets the dimensions of the vector.
Public propertyRealGets the real part of the complex numbers in this vector.
Top
See Also