FLImaging 6.6.27.1
FloatingPointUtilities.h
1#pragma once
2
10
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}
CFLBase()
기본 생성자
Template type 의 문자열 클래스
Definition FLString.h:34
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