UInt32.Clamp(UInt32, UInt32, UInt32) Yöntem

Tanım

Bir değeri kapsayıcı bir minimum ve maksimum değere kelepçeler.

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

Parametreler

value
UInt32

Kenetlenme değeri.

min
UInt32

Sıkıştırması gereken kapsayıcı minimum value .

max
UInt32

Kenetlenmesi value gereken kapsayıcı maksimum değer.

Döndürülenler

ve kapsayıcı aralığına sıkıştırmanın valueminmaxsonucu.

Uygulamalar

Şunlara uygulanır