Decompose the specified ValueType128 into sign, significand, and exponent.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
int
decompose(
    int* sign,
    Uint128* significand,
    int* exponent,
    ValueType128 value);

Created with MrDocs