Click or drag to resize

ComplexMatrix Constructor (ComplexMatrix)

Initializes a new ComplexMatrix from an existing ComplexMatrix.

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(
	ComplexMatrix matrix
)

Parameters

matrix
Type: AGI.Foundation.CoordinatesComplexMatrix
The existing ComplexMatrix to copy.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when matrix is .
See Also