[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.op_UnaryNegation

operator - Operator

operator -(Matrix)

Defines the binary - operator for Matrix class.

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

A Matrix indicates the operand.

Returns
Type Description
Matrix

A Matrix indicates the unary nimus operation result of operand.