bpf::Double class

Public static variables

static double MaxValue constexpr
static double MinValue constexpr

Public static functions

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

Function documentation

static double bpf::Double::Parse(const String& str)

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

Parse a 64 bits double from a string

static bool bpf::Double::TryParse(const String& str, double& res)

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

Parse a 64 bits double from a string

Variable documentation

static double bpf::Double::MaxValue constexpr

64 bits double max value

static double bpf::Double::MinValue constexpr

64 bits double min value