FLImaging 6.5.8.1
FloatingPointUtilities.h
1#pragma once
2
11#include "FLString.h"
12
13namespace FLImaging
14{
15 namespace Base
16 {
24 class FL_EXPORT CFloatingPointUtilities : public CFLBase
25 {
26 protected:
35
36 public:
48 static int32_t GetDecimalPlace(float f32Value);
49
61 static int32_t GetDecimalPlace(double f64Value);
62
63
78
93
94
95 DeclareGetClassType();
96 };
97 }
98}
FLImaging의 최상위 기저 클래스
Definition FLBase.h:36
Template type 의 문자열 클래스
Definition INIUtilities.h:20
부동소수점 유틸리티 클래스
Definition FloatingPointUtilities.h:25
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)
입력된 부동소수점 값에서 소수점 자리수를 측정해서 반환