ComplexMatrixSubtractFrom Method |
Creates a
ComplexMatrix whose elements have the values of the elements of this matrix
subtracted by the elements of the given matrix.
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 SubtractFrom(
ComplexMatrix minuend
)
Public Function SubtractFrom (
minuend As ComplexMatrix
) As ComplexMatrix
public:
ComplexMatrix^ SubtractFrom(
ComplexMatrix^ minuend
)
member SubtractFrom :
minuend : ComplexMatrix -> ComplexMatrix
Parameters
- minuend
- Type: AGI.Foundation.CoordinatesComplexMatrix
The ComplexMatrix that will be subtracted by this matrix.
Return Value
Type:
ComplexMatrixA
ComplexMatrix which is the subtraction of the given matrix and this matrix.
Exceptions See Also