[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.HadamardProductRef

HadamardProductRef Method

HadamardProductRef(out Matrix3x2, ref Matrix3x2, ref Matrix3x2)

Determines the Hadamard (element-wise) product of two matrices.

Declaration
public static void HadamardProductRef(out Matrix3x2 result, ref Matrix3x2 left, ref Matrix3x2 right)
Public Shared Sub HadamardProductRef(ByRef result As Matrix3x2, ByRef left As Matrix3x2, ByRef right As Matrix3x2)
Parameters
Type Name Description
Matrix3x2 result

The Hadamard (element-wise) product of the two matrices.

Matrix3x2 left

The first matrix to multiply.

Matrix3x2 right

The second matrix to multiply.