95 DeclareGetClassType();
Template type 의 문자열 클래스
Definition FLString.h:34
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)
입력된 부동소수점 값에서 소수점 자리수를 측정해서 반환
Definition AESCryptography.h:18