Bitmap for UWP
Divide(Vector4,Vector4) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > Divide メソッド : Divide(Vector4,Vector4) メソッド
The first vector.
The second vector.
Divides the first vector by the second.
シンタックス
'宣言
 
Public Overloads Shared Function Divide( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As Vector4
public static Vector4 Divide( 
   Vector4 left,
   Vector4 right
)

パラメータ

left
The first vector.
right
The second vector.

戻り値の型

The vector resulting from the division.
参照

Vector4 構造体
Vector4 メンバ
オーバーロード一覧