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

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > Multiply メソッド : Multiply(Vector4,Vector4) メソッド
The first vector to modulate.
The second vector to modulate.
Modulates a vector with another by performing component-wise multiplication.
シンタックス
'宣言
 
Public Overloads Shared Function Multiply( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As Vector4
public static Vector4 Multiply( 
   Vector4 left,
   Vector4 right
)

パラメータ

left
The first vector to modulate.
right
The second vector to modulate.

戻り値の型

The modulated vector.
参照

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