std::float_denorm_style
De 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. |
<metanoindex/>
<tbody> </tbody>| Déclaré dans l'en-tête <limits>
|
||
enum float_denorm_style { denorm_indeterminate = -1, denorm_absent = 0, denorm_present = 1 }; |
||
Constantes d'énumération de type std::float_denorm_style indiquent des valeurs inférieures à la normale soutien de types à virgule flottante .
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.
Constantes d'énumération
Nom
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 | L'appui des valeurs inférieures à la normale ne peut pas être déterminée
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 | Le type ne prend pas en charge les valeurs inférieures à la normale
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 | Le type des valeurs inférieures à la normale permet
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. |
Voir aussi
[ statique ]Original: static The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
identifie le style utilisé par la dénormalisation du type à virgule flottante 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. (constante membre statique publique) |