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

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 > 乗算 オペレータ : 乗算(Single,Vector3) オペレータ
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 Vector3 _
) As Vector3
public Vector3 operator *( 
   System.float scale,
   Vector3 value
)

パラメータ

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

戻り値の型

The scaled vector.
参照

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