ComponentOne Bitmap for UWP
Divide Method (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Divide Method
The matrix to divides.
The amount by which to divides.
Divides a matrix by the given value.
Syntax
'Declaration
 
Public Shared Function Divide( _
   ByVal left As Matrix4x4, _
   ByVal right As System.Single _
) As Matrix4x4
public static Matrix4x4 Divide( 
   Matrix4x4 left,
   System.float right
)

Parameters

left
The matrix to divides.
right
The amount by which to divides.

Return Value

The resulting matrix.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members