Return the smallest integral value not less than x.
Declared in <bdldfp_decimalimputil.h>
Return the smallest integral value not less than x.
static
DecimalImpUtil::ValueType128
ceil(ValueType128 x);
» more...
Return the smallest integral value not less than x.
static
DecimalImpUtil::ValueType32
ceil(ValueType32 x);
» more...
Return the smallest integral value not less than x.
static
DecimalImpUtil::ValueType64
ceil(ValueType64 x);
» more...
the smallest integral value not less than x
| Name | Description |
|---|---|
| x | value to round toward +infinity |