Bitmap for WPF
DivideRef(Vector4,Vector4,Single) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > DivideRef メソッド : DivideRef(Vector4,Vector4,Single) メソッド
The vector that results from the division.
The vector.
The scalar value.
Divides the specified vector by a specified scalar value.
シンタックス
'宣言
 
Public Overloads Shared Sub DivideRef( _
   ByRef result As Vector4, _
   ByRef left As Vector4, _
   ByVal divisor As System.Single _
) 
public static void DivideRef( 
   out Vector4 result,
   ref Vector4 left,
   System.float divisor
)

パラメータ

result
The vector that results from the division.
left
The vector.
divisor
The scalar value.
参照

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