template<typename Tfloat>
TFCS1DFunction_Numeric<uint32_t, Tfloat> class

Converter functions to store/retrieve float numbers in integers.

Public static variables

static uint32_t MaxValue constexpr
static Tfloat MaxValueFloat constexpr

Public static functions

static auto MaxCeilOnlyForInt(const Tfloat value) -> uint32_t
static auto ExpandToMaxRange(const Tfloat value) -> uint32_t
static auto ToNormalizedRange(const uint32_t value) -> Tfloat