Constructs a FloatComplexVector instance from the contents of the given array.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexVector( params FloatComplex[] data ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ ParamArray data As FloatComplex() _ ) |
| Visual C++ |
|---|
public: FloatComplexVector( ... array<FloatComplex>^ data ) |
Parameters
- data
- Type: array<
CenterSpace.NMath.Core..::.FloatComplex
>[]()[]
An array of FloatComplex numbers.
Remarks
Copies the data.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.NMathException | Thrown if passed invalid data. |