指定した値をクランプします。
シンタックス
'宣言
Public Overloads Shared Function Clamp( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public static System.int Clamp(
System.int ,
System.int ,
System.int
)
パラメータ
- value
- 値。
- min
- 最小値。
- max
- 最大値。
戻り値の型
最小値と最大値の間の値をクランプした結果。
参照