Condividi tramite


numeric_limits::lowest

Restituisce il valore finito più negativo.

static Type lowest() throw();

Valore restituito

Restituisce il valore finito più negativo.

Note

Restituisce il valore finito più negativo per il tipo (che è in genere min () per i tipi Integer e -max () per i tipi a virgola mobile). Il valore restituito è significativo se is_bounded è true.

Requisiti

Intestazione: <limits>

Spazio dei nomi: std

Vedere anche

Riferimenti

Classe numeric_limits

<limits>

Altre risorse

membri di numeric_limits

<limiti> membri