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: 24.2.419.0 (24.2.419.0)
Syntax public ComplexMatrix(
Complex[,] array
)
Public Sub New (
array As Complex(,)
)
public:
ComplexMatrix(
array<Complex,2>^ array
)
new :
array : Complex[,] -> ComplexMatrix
Parameters
- array
- Type: AGI.Foundation.CoordinatesComplex
A two-dimensional array of Complex values.
Exceptions See Also