UInt16.Clamp(UInt16, UInt16, UInt16) Metodo

Definizione

Blocca un valore a un valore minimo e massimo inclusivo.

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

Parametri

value
UInt16

Valore da bloccare.

min
UInt16

Minimo inclusivo al quale value deve essere bloccato.

max
UInt16

Massimo inclusivo al quale value deve essere bloccato.

Restituisce

Risultato del value blocco all'intervallo inclusivo di min e max.

Implementazioni

Si applica a