std::float_denorm_style
Da cppreference.com
< cpp | types | numeric limits
|
|
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. |
| Defined in header <limits>
|
||
| enum float_denorm_style { denorm_indeterminate = -1, |
||
Enumeração constantes do tipo std::float_denorm_style indicar o apoio de valores subnormais por tipos de ponto flutuante.
Original:
Enumeration constants of type std::float_denorm_style indicate support of subnormal values by 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.
You can help to correct and verify the translation. Click here for instructions.
[editar] Enumeração constantes
| Nome
Original: Name The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
| std::denorm_indeterminate | Suporte de valores subnormais não pode ser determinada
Original: Support of subnormal values cannot be determined The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| std::denorm_absent | O tipo não suporta valores subnormais
Original: The type does not support subnormal values The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| std::denorm_present | O tipo permite que os valores subnormais
Original: The type allows subnormal values The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[editar] Veja também
| [estática] |
identifica o estilo desnormalização usado pelo tipo de ponto flutuante Original: identifies the denormalization style used by the floating-point type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (membro estático público constante) |