#include <TFCS1DFunctionTemplateHelpers.h>
template<typename Tfloat>
TFCS1DFunction_Numeric<uint8_t, Tfloat> class
Converter functions to store/retrieve float numbers in integers.
Contents
Public static variables
- static uint8_t MaxValue constexpr
- static Tfloat MaxValueFloat constexpr
Public static functions
- static auto MaxCeilOnlyForInt(const Tfloat value) -> uint8_t
- static auto ExpandToMaxRange(const Tfloat value) -> uint8_t
- static auto ToNormalizedRange(const uint8_t value) -> Tfloat