std::float_denorm_style
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <limits>
|
||
enum float_denorm_style { denorm_indeterminate = -1, denorm_absent = 0, denorm_present = 1 }; |
||
Costanti di enumerazione di tipo std::float_denorm_style indicare il supporto di valori subnormali di tipi a virgola mobile.
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.
Censimento costanti
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 | Supporto di valori subnormali non può essere determinata
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 | Il tipo non supporta i valori subnormali
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 | Il tipo consente valori subnormali
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. |
Vedi anche
[statico] |
identifica lo stile denormalizzazione utilizzato dal tipo a virgola mobile 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. (pubblico membro statico costante) |