ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / HadamardDivide Method
The first matrix.
The second matrix.

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

    Parameters

    left
    The first matrix.
    right
    The second matrix.

    Return Value

    The result of division of the two matrices.
    See Also