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