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

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > MultiplyRef メソッド : MultiplyRef(Vector4,Vector4,Vector4) メソッド
When the method completes, contains the modulated vector.
The first vector to modulate.
The second vector to modulate.
Modulates a vector with another by performing component-wise multiplication.
シンタックス
'宣言
 
Public Overloads Shared Sub MultiplyRef( _
   ByRef result As Vector4, _
   ByRef left As Vector4, _
   ByRef right As Vector4 _
) 
public static void MultiplyRef( 
   out Vector4 result,
   ref Vector4 left,
   ref Vector4 right
)

パラメータ

result
When the method completes, contains the modulated vector.
left
The first vector to modulate.
right
The second vector to modulate.
参照

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