Partilhar via


numeric_limits::lowest

Retorna o valor finito mais negativo.

static Type lowest() throw();

Valor de retorno

Retorna o valor finito mais negativo.

Comentários

Retorna o valor finito mais negativo para o tipo (que normalmente é min () para tipos inteiros e -max () para tipos de ponto flutuante).O valor de retorno é significativo se is_bounded é true.

The throw() is not present if _HAS_EXCEPTIONS is false, and present if _HAS_EXCEPTIONS is true.

Requisitos

Cabeçalho: <limits>

Namespace: std

Consulte também

Referência

numeric_limits Class

<limits>

Outros recursos

os membros do numeric_limits

<limits> Membros