Bitmap for UWP
乗算(Single,Vector4) オペレータ

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > 乗算 オペレータ : 乗算(Single,Vector4) オペレータ
The amount by which to scale the vector.
The vector to scale.
Scales a vector by the given value.
シンタックス
'宣言
 
Overloads Public Operator *( _
   ByVal scale As System.Single, _
   ByVal value As Vector4 _
) As Vector4
public Vector4 operator *( 
   System.float scale,
   Vector4 value
)

パラメータ

scale
The amount by which to scale the vector.
value
The vector to scale.

戻り値の型

The scaled vector.
参照

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