FLImaging 6.11.25.2
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 GetDecimalPlaces(float f32Value);
49
61 static int32_t GetDecimalPlaces(double f64Value);
62
63
78
93
94
95 DeclareGetClassType();
96 };
97 }
98}
CFLBase()
Default constructor.
Template type string class.
Definition FLString.h:34
static CFLString< wchar_t > GetStringWithDecimalPlacesRecognition(float f32Value)
Recognize the decimal placess of the input floating-point value and convert it to a string with the e...
static int32_t GetDecimalPlaces(double f64Value)
Measures and returns the number of decimal placess in an input floating point value.
static int32_t GetDecimalPlaces(float f32Value)
Measures and returns the number of decimal placess in an input floating point value.
static CFLString< wchar_t > GetStringWithDecimalPlacesRecognition(double f64Value)
Recognize the decimal placess of the input floating-point value and convert it to a string with the e...
Definition AESCryptography.h:18