Enum RealFormat_e
Defined in File rapidyaml-0.5.0.hpp
Enum Documentation
-
enum c4::RealFormat_e
Warning
Use only the symbol. Do not rely on the type or naked value of this enum.
Values:
-
enumerator FTOA_FLOAT
print the real number in floating point format (like f)
-
enumerator FTOA_SCIENT
print the real number in scientific format (like e)
-
enumerator FTOA_FLEX
print the real number in flexible format (like g)
-
enumerator FTOA_HEXA
print the real number in hexadecimal format (like a)
-
enumerator FTOA_FLOAT