Return the next representable value after from toward to.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType32
nextafter(
ValueType32 from,
ValueType32 to);
Return Value
the next representable value after from toward to
Parameters
Name |
Description |
from |
starting value |
to |
direction value |
Created with MrDocs