ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / HadamardDivide Method
The first matrix.
The second matrix.

In This Topic
    HadamardDivide Method (Matrix4x4)
    In This Topic
    Element-wise division of two matrices.
    Syntax
    'Declaration
     
    Public Shared Function HadamardDivide( _
       ByVal left As Matrix4x4, _
       ByVal right As Matrix4x4 _
    ) As Matrix4x4
    public static Matrix4x4 HadamardDivide( 
       Matrix4x4 left,
       Matrix4x4 right
    )

    Parameters

    left
    The first matrix.
    right
    The second matrix.

    Return Value

    The result of division of the two matrices.
    See Also