Click or drag to resize

ComplexMatrix Constructor (Complex)

Initializes a new instance from a two-dimensional array of values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ComplexMatrix(
	Complex[][] array
)

Parameters

array
Type: AGI.Foundation.CoordinatesComplex
A two-dimensional array of Complex values.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when all rows are not the same length.
ArgumentNullException Thrown when array is .
See Also