Click or drag to resize

FloatComplexVector(FloatVector, FloatVector) Constructor

Constructs a FloatComplexVector instance from a vector of real parts and a vector of imaginary parts.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector(
	FloatVector real,
	FloatVector imag
)

Parameters

real  FloatVector
A vector of real numbers.
imag  FloatVector
A vector of imaginary numbers.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if vectors are not of the same length.
Remarks
Copies the data.
See Also