Bitmap for WPF
ClampRef メソッド (Vector4)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 : ClampRef メソッド
When the method completes, contains an the restricted vector.
The vector to restrict.
The minimum value.
The maximum value.
Restricts a vector between a minimum and a maximum value.
シンタックス
'宣言
 
Public Shared Sub ClampRef( _
   ByRef result As Vector4, _
   ByRef value As Vector4, _
   ByRef min As Vector4, _
   ByRef max As Vector4 _
) 
public static void ClampRef( 
   out Vector4 result,
   ref Vector4 value,
   ref Vector4 min,
   ref Vector4 max
)

パラメータ

result
When the method completes, contains an the restricted vector.
value
The vector to restrict.
min
The minimum value.
max
The maximum value.
参照

Vector4 構造体
Vector4 メンバ