::

enum rtl_math_DecimalPlaces


Summary
Special decimal places constants for rtl_math_doubleToString and rtl_math_doubleToUString and rtl_math_doubleToUStringBuffer.

Values

rtl_math_DecimalPlaces_Max
Summary
Value to be used with rtl_math_StringFormat_Automatic.
rtl_math_DecimalPlaces_DefaultSignificance
Description
Value to be used with rtl_math_StringFormat_G. In fact the same value as rtl_math_DecimalPlaces_Max, just an alias for better understanding.

Top of Page