INumber<TSelf>.Clamp(TSelf, TSelf, TSelf) Metodo

Definizione

Blocca un valore a un valore minimo e massimo inclusivo.

public:
 static override TSelf Clamp(TSelf value, TSelf min, TSelf max);
public static virtual TSelf Clamp (TSelf value, TSelf min, TSelf max);
static member Clamp : 'Self * 'Self * 'Self -> 'Self
Public Shared Overrides Function Clamp (value As TSelf, min As TSelf, max As TSelf) As TSelf

Parametri

value
TSelf

Valore da bloccare.

min
TSelf

Valore minimo inclusivo al quale value deve essere bloccato.

max
TSelf

Valore massimo inclusivo al quale value deve essere bloccato.

Restituisce

TSelf

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

Eccezioni

min è maggiore di max.

Si applica a