Matrix<T>.SubtractInPlace(T) Method

Subtracts a scalar value from the elements of this matrix in-place.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Matrix<T> SubtractInPlace(
	T value
)

Parameters

value  T
The value to subtract.

Return Value

Matrix<T>
A reference to this instance.

See Also