Constructs a DoubleComplexMatrix instance initialized with data in a
given two-dimensional array.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexMatrix( DoubleComplex[,] data ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ data As DoubleComplex(,) _ ) |
| Visual C++ |
|---|
public: DoubleComplexMatrix( array<DoubleComplex,2>^ data ) |
Parameters
- data
- Type: array<
CenterSpace.NMath.Core..::.DoubleComplex
,2>[,](,)[,]
A two-dimensional array of data.