Matrix<T>.Subtract
            
            
            
            
            Subtracts a matrix from a scalar.
            
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
A matrix whose elements are the difference between the corresponding elements of this matrix and left.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.