ComplexMatrix Constructor (Complex) |
Initializes a new instance from a two-dimensional array of
Complex values.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic ComplexMatrix(
Complex[,] array
)
Public Sub New (
array As Complex(,)
)
public:
ComplexMatrix(
array<Complex,2>^ array
)
new :
array : Complex[,] -> ComplexMatrixParameters
- array
- Type: AGI.Foundation.CoordinatesComplex
A two-dimensional array of Complex values.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when array is .
|
See Also