95 DeclareGetClassType();
Top-level base class of FLImaging.
Definition FLBase.h:36
Template type string class.
Definition INIUtilities.h:20
Floating point utilities class.
Definition FloatingPointUtilities.h:25
CFloatingPointUtilities()
Constructor.
static CFLString< wchar_t > GetStringWithDecimalPlaceRecognition(double f64Value)
Recognize the decimal places of the input floating-point value and convert it to a string with the ex...
static int32_t GetDecimalPlace(double f64Value)
Measures and returns the number of decimal places in an input floating point value.
static CFLString< wchar_t > GetStringWithDecimalPlaceRecognition(float f32Value)
Recognize the decimal places of the input floating-point value and convert it to a string with the ex...
static int32_t GetDecimalPlace(float f32Value)
Measures and returns the number of decimal places in an input floating point value.