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);
Return the next representable value after from toward to.
static
DecimalImpUtil::ValueType32
nexttoward(
ValueType32 from,
ValueType128 to);
Return the next representable value after from toward to.
static
DecimalImpUtil::ValueType64
nexttoward(
ValueType64 from,
ValueType128 to);
Return Value
the next representable value after from toward to
Parameters
Name |
Description |
from |
starting value |
to |
direction value |
Created with MrDocs