Rhino C++ API  8.5
ON_NumberFormatter Member List

This is the complete list of members for ON_NumberFormatter, including all inherited members.

bFormatIsAccurateON_NumberFormatterstatic
FormatAngleStringDecimal(double angle_radians, int resolution, double roundoff, ON_DimStyle::suppress_zero zero_suppression, ON_wString &formatted_string)ON_NumberFormatterstatic
FormatAngleStringDMS(double angle_radians, int resolution, ON_wString &formatted_string)ON_NumberFormatterstatic
FormatAngleStringDMS(double angle_degrees, ON_wString &formatted_string)ON_NumberFormatterstatic
FormatLength(double distance, ON_DimStyle::LengthDisplay output_lengthdisplay, double round_off, int resolution, ON_DimStyle::suppress_zero zero_suppress, bool bracket_fractions, ON_wString &output)ON_NumberFormatterstatic
FormatNumber(double distance, ON_DimStyle::OBSOLETE_length_format output_lengthformat, double round_off, int resolution, ON_DimStyle::suppress_zero zero_suppress, bool bracket_fractions, ON_wString &output)ON_NumberFormatterstatic
Fraction(double value, int &wholenumber, int &numerator, int &denominator, int precision)ON_NumberFormatterstatic
RoundOff(double number, double round_off)ON_NumberFormatterstatic
SuppressZeros(ON_wString &dist, ON_DimStyle::suppress_zero sz)ON_NumberFormatterstatic