Bitmap for UWP
Divide メソッド (Matrix5x4)

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix5x4 構造体 : Divide メソッド
The Matrix5x4 to divide.
The amount by which to divide.
Divides a Matrix5x4 by the given value.
シンタックス
'宣言
 
Public Shared Function Divide( _
   ByVal left As Matrix5x4, _
   ByVal right As System.Single _
) As Matrix5x4
public static Matrix5x4 Divide( 
   Matrix5x4 left,
   System.float right
)

パラメータ

left
The Matrix5x4 to divide.
right
The amount by which to divide.

戻り値の型

The resulting Matrix5x4.
参照

Matrix5x4 構造体
Matrix5x4 メンバ