FLImaging
7.8.25.3
Toggle main menu visibility
FLImagingBase
FLImagingBase
FloatingPointUtilities.h
1
#pragma once
2
10
11
#include "FLString.h"
12
13
namespace
FLImaging
14
{
15
namespace
Base
16
{
24
class
FL_EXPORT
CFloatingPointUtilities
:
public
CFLBase
25
{
26
protected
:
34
CFloatingPointUtilities
();
35
36
public
:
48
static
int32_t
GetDecimalPlaces
(
float
f32Value);
49
61
static
int32_t
GetDecimalPlaces
(
double
f64Value);
62
63
77
static
CFLString<wchar_t>
GetStringWithDecimalPlacesRecognition
(
float
f32Value);
78
92
static
CFLString<wchar_t>
GetStringWithDecimalPlacesRecognition
(
double
f64Value);
93
94
95
DeclareGetClassType();
96
};
97
}
98
}
FLImaging::Base::CFLBase::CFLBase
CFLBase()
Default constructor.
FLImaging::Base::CFLString
Template type string class.
Definition
FLString.h:34
FLImaging::Base::CFloatingPointUtilities::CFloatingPointUtilities
CFloatingPointUtilities()
Constructor.
FLImaging::Base::CFloatingPointUtilities::GetStringWithDecimalPlacesRecognition
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...
FLImaging::Base::CFloatingPointUtilities::GetDecimalPlaces
static int32_t GetDecimalPlaces(double f64Value)
Measures and returns the number of decimal placess in an input floating point value.
FLImaging::Base::CFloatingPointUtilities::GetDecimalPlaces
static int32_t GetDecimalPlaces(float f32Value)
Measures and returns the number of decimal placess in an input floating point value.
FLImaging::Base::CFloatingPointUtilities::GetStringWithDecimalPlacesRecognition
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...
FLImaging::Base
Definition
AESCryptography.h:18
FLImaging
Generated on
for FLImaging by
1.17.0