ComponentOne Bitmap for UWP
Negate Method (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Negate Method
The matrix to be negated.
Negates a matrix.
Syntax
'Declaration
 
Public Shared Function Negate( _
   ByVal value As Matrix4x4 _
) As Matrix4x4
public static Matrix4x4 Negate( 
   Matrix4x4 value
)

Parameters

value
The matrix to be negated.

Return Value

The negated matrix.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members