Clamps the specified value.
'宣言
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
- The value.
- min
- The min.
- max
- The max.
戻り値の型
The result of clamping a value between min and max