ComponentOne Bitmap for UWP
Unary Negation Operator (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Unary Negation Operator
The matrix to negate.
Negates a matrix.
Syntax
'Declaration
 
Public Operator -( _
   ByVal value As Matrix4x4 _
) As Matrix4x4
public Matrix4x4 operator -( 
   Matrix4x4 value
)

Parameters

value
The matrix to negate.

Return Value

The negated matrix.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members