[]
        
(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)
Public Shared Operator -(value As Matrix(Of T)) As Matrix(Of T)
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.