[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1.op_UnaryNegation

operator - Operator

operator -(Matrix<T>)

Defines the binary - operator for Matrix class.

Declaration
public static Matrix<T> operator -(Matrix<T> value)
Parameters
Type Name Description
Matrix<T> value

A Matrix indicates the operand.

Returns
Type Description
Matrix<T>

A Matrix indicates the unary nimus operation result of operand.