nexttoward overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the overload taking Decimal64.
static
Decimal128
nexttoward(
Decimal128 from,
Decimal128 to);
Return the next representable value of from toward to.
static
Decimal32
nexttoward(
Decimal32 from,
Decimal128 to);
Same as the related overload above for nexttoward.
static
Decimal64
nexttoward(
Decimal64 from,
Decimal128 to);
Return Value
next representable value of from toward to
Parameters
Name |
Description |
from |
starting value |
to |
direction value |
Created with MrDocs