RMatrixSubtraction(RMatrix, RMatrix) Operator
Subtracts two upper matrices with the same size.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static RMatrix operator -(
RMatrix m1,
RMatrix m2
)
- m1 RMatrix
- First matrix operand.
- m2 RMatrix
- Second matrix operand.
RMatrixThe subtraction of the two operands.
ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)