parse64 overloads
Synopses
Declared in <bdldfp_decimalimputil_inteldfp.h>
Parse a 64‐bit decimal floating‐point value from text.
static
DecimalImpUtil_IntelDfp::ValueType64
parse64(char const* string);
Parse a 64‐bit decimal value from text, reporting status flags.
static
DecimalImpUtil_IntelDfp::ValueType64
parse64(
char const* string,
unsigned int* status);
Return Value
parsed 64‐bit decimal value
Parameters
Name |
Description |
string |
null‐terminated decimal text to parse |
status |
receives a bit mask of status flags; must be 0 on entry |
Created with MrDocs