IGlobalsClamp メソッド (UInt64, UInt64, UInt64) |
min 以上 max 以下の範囲内で value を返します。
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文ulong Clamp(
ulong min,
ulong max,
ulong value
)
パラメーター
- min
- 型: SystemUInt64
最小値 - max
- 型: SystemUInt64
最大値 - value
- 型: SystemUInt64
値
戻り値
型:
UInt64範囲内の値
関連項目