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