UInt128.Clamp(UInt128, UInt128, UInt128) Metodo

Definizione

Blocca un valore a un valore minimo e massimo inclusivo.

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

Parametri

value
UInt128

Valore da bloccare.

min
UInt128

Valore minimo inclusivo al quale value deve essere bloccato.

max
UInt128

Valore massimo inclusivo al quale value deve essere bloccato.

Restituisce

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

Implementazioni

Si applica a