Click or drag to resize

DoubleComplexVector(DoubleComplex) Constructor

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

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

Parameters

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