MatrixSubtraction(Double, Matrix) Operator |
Subtracts a matrix from a scalar.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic static Matrix operator -(
double d,
Matrix m
)
Parameters
- d Double
- The scalar minuend.
- m Matrix
- The matrix subtrahend.
Return Value
MatrixThe pointwise subtraction of the scalar.
See Also