Scales a vector by the given value.
シンタックス
'宣言
Overloads Public Operator *( _
ByVal As System.Single, _
ByVal As Vector4 _
) As Vector4
public Vector4 operator *(
System.float ,
Vector4
)
パラメータ
- scale
- The amount by which to scale the vector.
- value
- The vector to scale.
戻り値の型
The scaled vector.
参照