Click or drag to resize

MatrixSubtraction(Double, Matrix) Operator

Subtracts a matrix from a scalar.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public static Matrix operator -(
	double d,
	Matrix m
)

Parameters

d  Double
The scalar minuend.
m  Matrix
The matrix subtrahend.

Return Value

Matrix
The pointwise subtraction of the scalar.
See Also