ComponentOne Bitmap for UWP
HadamardDivideRef Method (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : HadamardDivideRef Method
When the method completes, contains the result of division.
The first matrix.
The second matrix.
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

Reference

Matrix4x4 Structure
Matrix4x4 Members