Return the smallest integral value not less than x.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the smallest integral value not less than x.
static
DecimalImpUtil::ValueType128
ceil(ValueType128 x);
Return the smallest integral value not less than x.
static
DecimalImpUtil::ValueType32
ceil(ValueType32 x);
Return the smallest integral value not less than x.
static
DecimalImpUtil::ValueType64
ceil(ValueType64 x);
Return Value
the smallest integral value not less than x
Parameters
Name |
Description |
x |
value to round toward +infinity |
Created with MrDocs