Matrix<T>.SubtractionAssignment(Matrix<T>, T) Operator

Subtracts a constant from a matrix in place.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
C# does not support this operator.

Parameters

self  Matrix<T>
A Matrix<T>.
term  T
A real number.

Return Value

Matrix<T>
A reference to self.

See Also