Matrix<T>.Subtract As Right Core Method
Subtracts a matrix from a scalar.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A matrix whose elements are the difference between the corresponding elements of this matrix and left.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected virtual Matrix<T> SubtractAsRightCore(
T left,
Matrix<T>? result
)
Parameters
Return Value
Matrix<T>A matrix whose elements are the difference between the corresponding elements of this matrix and left.