ComplexMatrix Constructor (ComplexMatrix) |
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(
ComplexMatrix matrix
)
Public Sub New (
matrix As ComplexMatrix
)
public:
ComplexMatrix(
ComplexMatrix^ matrix
)
new :
matrix : ComplexMatrix -> ComplexMatrix
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesComplexMatrix
The existing ComplexMatrix to copy.
Exceptions See Also