Same as the related overload above for ceil.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
Decimal64
ceil(Decimal64 x);

Return Value

smallest integral value that is not less than x

Parameters

Name

Description

x

value to round toward +infinity

Created with MrDocs