BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::parse32

parse32 overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Parse a 32-bit decimal floating-point value from text.

static
DecimalImpUtil_IntelDfp::ValueType32
parse32(char const* string);
» more...

Parse a 32-bit decimal value from text, reporting status flags.

static
DecimalImpUtil_IntelDfp::ValueType32
parse32(
    char const* string,
    unsigned int* status);
» more...

Return Value

parsed 32-bit decimal value

Parameters

NameDescription
stringnull-terminated decimal text to parse
statusreceives a bit mask of status flags; must be 0 on entry