Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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( _
       ByRef left As Matrix3x2, _
       ByRef right As Matrix3x2 _
    ) As Matrix3x2
    public static Matrix3x2 HadamardDivide( 
       ref Matrix3x2 left,
       ref Matrix3x2 right
    )

    Parameters

    left
    The first matrix.
    right
    The second matrix.

    Return Value

    The result of division of the two matrices.
    See Also