Click or drag to resize

FloatComplexVector(FloatComplex) Constructor

Constructs a FloatComplexVector instance from the contents of the given array.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector(
	params FloatComplex[] data
)

Parameters

data  FloatComplex
An array of FloatComplex numbers.
Exceptions
ExceptionCondition
NMathExceptionThrown if passed invalid data.
Remarks
Copies the data.
See Also