Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix4x4 Structure / Divide Method
The matrix to divides.
The amount by which to divides.

In This Topic
    Divide Method (Matrix4x4)
    In This Topic
    Divides a matrix by the given value.
    Syntax
    'Declaration
     
    Public Shared Function Divide( _
       ByRef left As Matrix4x4, _
       ByVal right As System.Single _
    ) As Matrix4x4
    public static Matrix4x4 Divide( 
       ref 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