BloombergLP::bdldfp::DecimalImpUtil::nexttoward

Return the next representable value after from toward to.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the next representable value after from toward to.

static
DecimalImpUtil::ValueType128
nexttoward(
    ValueType128 from,
    ValueType128 to);
» more...

Return the next representable value after from toward to.

static
DecimalImpUtil::ValueType32
nexttoward(
    ValueType32 from,
    ValueType128 to);
» more...

Return the next representable value after from toward to.

static
DecimalImpUtil::ValueType64
nexttoward(
    ValueType64 from,
    ValueType128 to);
» more...

Return Value

the next representable value after from toward to

Parameters

NameDescription
fromstarting value
todirection value