95 DeclareGetClassType();
FLImaging의 최상위 기저 클래스
Definition FLBase.h:36
Template type 의 문자열 클래스
Definition INIUtilities.h:20
부동소수점 유틸리티 클래스
Definition FloatingPointUtilities.h:25
CFloatingPointUtilities()
생성자
static CFLString< wchar_t > GetStringWithDecimalPlaceRecognition(double f64Value)
입력된 부동소수점 값의 소수점 자리수를 인식해서 정확한 자리수의 문자열로 변환.
static int32_t GetDecimalPlace(double f64Value)
입력된 부동소수점 값에서 소수점 자리수를 측정해서 반환
static CFLString< wchar_t > GetStringWithDecimalPlaceRecognition(float f32Value)
입력된 부동소수점 값의 소수점 자리수를 인식해서 정확한 자리수의 문자열로 변환.
static int32_t GetDecimalPlace(float f32Value)
입력된 부동소수점 값에서 소수점 자리수를 측정해서 반환