Bitmap for WPF
MultiplyRef メソッド (Vector3)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 : MultiplyRef メソッド
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 Shared Sub MultiplyRef( _
   ByRef result As Vector3, _
   ByRef value As Vector3, _
   ByVal scale As System.Single _
) 
public static void MultiplyRef( 
   out Vector3 result,
   ref Vector3 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.
参照

Vector3 構造体
Vector3 メンバ