ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / HadamardDivideRef Method
When the method completes, contains the result of division.
The first matrix.
The second matrix.

In This Topic
    HadamardDivideRef Method (Matrix4x4)
    In This Topic
    Element-wise division of two matrices.
    Syntax
    'Declaration
     
    Public Shared Sub HadamardDivideRef( _
       ByRef result As Matrix4x4, _
       ByRef left As Matrix4x4, _
       ByRef right As Matrix4x4 _
    ) 
    public static void HadamardDivideRef( 
       out Matrix4x4 result,
       ref Matrix4x4 left,
       ref Matrix4x4 right
    )

    Parameters

    result
    When the method completes, contains the result of division.
    left
    The first matrix.
    right
    The second matrix.
    See Also