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

Converter functions to store/retrieve float numbers in integers.

Public static variables

static uint16_t MaxValue constexpr
static Tfloat MaxValueFloat constexpr

Public static functions

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