Bitmap for UWP
HadamardDivideRef メソッド (Matrix3x2)

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 : HadamardDivideRef メソッド
When the method completes, contains the result of division.
The first matrix.
The second matrix.
Element-wise division of two matrices.
シンタックス
'宣言
 
Public Shared Sub HadamardDivideRef( _
   ByRef result As Matrix3x2, _
   ByRef left As Matrix3x2, _
   ByRef right As Matrix3x2 _
) 
public static void HadamardDivideRef( 
   out Matrix3x2 result,
   ref Matrix3x2 left,
   ref Matrix3x2 right
)

パラメータ

result
When the method completes, contains the result of division.
left
The first matrix.
right
The second matrix.
参照

Matrix3x2 構造体
Matrix3x2 メンバ