Click or drag to resize

VectorExtensions Methods

The VectorExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodImaginary(VectorComplex32) Gets a real vector representing the imaginary parts of a complex vector.
Public Extension MethodImaginary(VectorComplex) Gets a real vector representing the imaginary parts of a complex vector.
Public Extension MethodReal(VectorComplex32) Gets a real vector representing the real parts of a complex vector.
Public Extension MethodReal(VectorComplex) Gets a real vector representing the real parts of a complex vector.
Public Extension MethodToComplex(VectorComplex32) Converts a vector to double precision complex numbers.
Public Extension MethodToComplex(VectorDouble) Gets a double precision complex vector with the real parts from the given vector.
Public Extension MethodToComplex32(VectorComplex) Converts a vector to single precision complex numbers.
Public Extension MethodToComplex32(VectorSingle) Gets a single precision complex vector with the real parts from the given vector.
Public Extension MethodToDouble Converts a vector to double precision.
Public Extension MethodToSingle Converts a vector to single precision.
Top
See Also