SByte.Clamp(SByte, SByte, SByte) メソッド

定義

値を包括的な最小値と最大値にクランプします。

public:
 static System::SByte Clamp(System::SByte value, System::SByte min, System::SByte max) = System::Numerics::INumber<System::SByte>::Clamp;
public static sbyte Clamp (sbyte value, sbyte min, sbyte max);
static member Clamp : sbyte * sbyte * sbyte -> sbyte
Public Shared Function Clamp (value As SByte, min As SByte, max As SByte) As SByte

パラメーター

value
SByte

クランプする値。

min
SByte

クランプする必要がある value 最小を含む 。

max
SByte

クランプする必要がある包括的な value 最大値。

戻り値

maxの包括的なvalue範囲にクランプしたmin結果。

実装

適用対象