[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.op_Subtraction

operator - Operator

operator -(Matrix, Matrix)

Defines the binary - operator for Matrix class.

Declaration
public static Matrix operator -(Matrix left, Matrix right)
Parameters
Type Name Description
Matrix left

A Matrix indicates the left operand.

Matrix right

A Matrix indicates the right operand.

Returns
Type Description
Matrix

A Matrix indicates the binary nimus operation result of two operands.