Bitmap for WPF
MultiplyRef(Vector4,Vector4,Single) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > MultiplyRef メソッド : MultiplyRef(Vector4,Vector4,Single) メソッド
When the method completes, contains the scaled vector.
The vector to scale.
The amount by which to scale the vector.
Scales a vector by the given value.
シンタックス
'宣言
 
Public Overloads Shared Sub MultiplyRef( _
   ByRef result As Vector4, _
   ByRef value As Vector4, _
   ByVal scale As System.Single _
) 
public static void MultiplyRef( 
   out Vector4 result,
   ref Vector4 value,
   System.float scale
)

パラメータ

result
When the method completes, contains the scaled vector.
value
The vector to scale.
scale
The amount by which to scale the vector.
参照

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