Click or drag to resize

MatrixLeftSubtract Method

Overload List
  NameDescription
Public methodLeftSubtract(Double)
Subtracts this matrix from the given scalar and returns the result.
Public methodLeftSubtract(Matrix)
Subtracts this matrix from the given one and returns the result.
Public methodLeftSubtract(Double, Matrix)
Subtracts this matrix from the given scalar and writes the result into another matrix.
Public methodLeftSubtract(Matrix, Matrix)
Subtracts this matrix from another one and writes result into the given matrix.
Top
See Also