bpf::Float class

Public static variables

static float MaxValue constexpr
static float MinValue constexpr

Public static functions

static auto Parse(const String& str) -> float
static auto TryParse(const String& str, float& res) -> bool

Function documentation

static float bpf::Float::Parse(const String& str)

Parameters
str the string to parse
Returns 32 bits float parsed from string
Exceptions
ParseException when the string cannot be converted to a number

Parse a 32 bits float from a string

static bool bpf::Float::TryParse(const String& str, float& res)

Parameters
str the string to parse
res 32 bits float parsed from string
Returns true if successfull, false otherwise

Parse a 32 bits float from a string

Variable documentation

static float bpf::Float::MaxValue constexpr

32 bits float max value

static float bpf::Float::MinValue constexpr

32 bits float min value