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.1.421.0 (25.1.421.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
See Also