C numeric limits interface
Da cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Veja também interface
numeric_limits
.Original:
See also
numeric_limits
interface.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Defined in header
<cstdint> | |
PTRDIFF_MIN (C++11) |
valor mínimo de objeto do tipo std::ptrdiff_t Original: minimum value of object of std::ptrdiff_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
PTRDIFF_MAX (C++11) |
valor máximo de objeto do tipo std::ptrdiff_t Original: maximum value of object of std::ptrdiff_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
SIZE_MAX (C++11) |
valor máximo de objeto do tipo std::size_t Original: maximum value of object of std::size_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
SIG_ATOMIC_MIN (C++11) |
valor máximo de objeto do tipo std::sig_atomic_t Original: maximum value of object of std::sig_atomic_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
SIG_ATOMIC_MAX (C++11) |
valor máximo de objeto do tipo std::sig_atomic_t Original: maximum value of object of std::sig_atomic_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
WCHAR_MIN (C++11) |
valor máximo de objeto do tipo wchar_t Original: maximum value of object of wchar_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
WCHAR_MAX (C++11) |
valor máximo de objeto do tipo wchar_t Original: maximum value of object of wchar_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
WINT_MIN (C++11) |
valor máximo de objeto do tipo std::wint_t Original: maximum value of object of std::wint_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
WINT_MAX (C++11) |
valor máximo de objeto do tipo std::wint_t Original: maximum value of object of std::wint_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
[editar] Limites de tipos inteiros
Defined in header
<climits> | |
CHAR_BIT |
número de bits no byte Original: number of bits in byte The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
MB_LEN_MAX |
número máximo de bytes em um caractere multibyte Original: maximum number of bytes in a multibyte character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
CHAR_MIN |
valor mínimo de char Original: minimum value of char The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
CHAR_MAX |
valor máximo de char Original: maximum value of char The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
SCHAR_MIN SHRT_MIN INT_MIN LONG_MIN LLONG_MIN (C++11) |
valor mínimo de signed char, short, int, long e long long respectivamente Original: minimum value of signed char, short, int, long and long long respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
SCHAR_MAX SHRT_MAX INT_MAX LONG_MAX LLONG_MAX (C++11) |
valor máximo de signed char, short, int, long e long long respectivamente Original: maximum value of signed char, short, int, long and long long respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
UCHAR_MAX USHRT_MAX UINT_MAX ULONG_MAX ULLONG_MAX (C++11) |
valor máximo de unsigned char, unsigned short, unsigned int, unsigned long e unsigned long long respectivamente Original: maximum value of unsigned char, unsigned short, unsigned int, unsigned long and unsigned long long respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
[editar] Limites de tipos de ponto flutuante
Defined in header
<cfloat> | |
FLT_RADIX |
a raiz (base inteiro) utilizado pela representação de todos os três tipos de ponto flutuante Original: the radix (integer base) used by the representation of all three floating-point types The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
DECIMAL_DIG (C++11) |
número de dígitos decimais que podem ser convertidos em long double e voltar sem perder precisão Original: number of decimal digits that can be converted to long double and back without losing precision The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
FLT_MIN DBL_MIN LDBL_MIN |
valor mínimo de float, double e long double respectivamente Original: minimum value of float, double and long double respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
FLT_MAX DBL_MAX LDBL_MAX |
valor máximo de float, double e long double respectivamente Original: maximum value of float, double and long double respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
FLT_EPSILON DBL_EPSILON LDBL_EPSILON |
diferença entre 1.0 eo próximo valor representável para float, double e long double respectivamente Original: difference between 1.0 and the next representable value for float, double and long double respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
FLT_DIG DBL_DIG LDBL_DIG |
número de dígitos decimais que podem ser representados sem perder precisão para float, double e long double respectivamente Original: number of decimal digits that can be represented without losing precision for float, double and long double respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
FLT_MANT_DIG DBL_MANT_DIG LDBL_MANT_DIG |
número de dígitos FLT_RADIX de bases que podem ser representadas sem perda de precisão para float, double e long double respectivamente Original: number of base FLT_RADIX digits that can be represented without losing precision for float, double and long double respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click |