ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / MatrixProduct Method
The first matrix to multiply.
The second matrix to multiply.

In This Topic
    MatrixProduct Method (Matrix4x4)
    In This Topic
    Determines the product of two matrices.
    Syntax
    'Declaration
     
    Public Shared Function MatrixProduct( _
       ByVal left As Matrix4x4, _
       ByVal right As Matrix4x4 _
    ) As Matrix4x4
    public static Matrix4x4 MatrixProduct( 
       Matrix4x4 left,
       Matrix4x4 right
    )

    Parameters

    left
    The first matrix to multiply.
    right
    The second matrix to multiply.

    Return Value

    The product of the two matrices.
    See Also