| DoubleComplexMatrix(DoubleComplex) Constructor |
Constructs a DoubleComplexMatrix instance initialized with data in a
given two-dimensional array.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix(
DoubleComplex[,] data
)
Public Sub New (
data As DoubleComplex(,)
)
public:
DoubleComplexMatrix(
array<DoubleComplex,2>^ data
)
new :
data : DoubleComplex[,] -> DoubleComplexMatrix
Parameters
- data DoubleComplex
- A two-dimensional array of data.
See Also