System::Decimal::Ceiling method

Decimal::Ceiling method

Returns the smallest integral value that is greater than or equal to the specified value.

static Decimal System::Decimal::Ceiling(const Decimal &d)
ParameterTypeDescription
dconst Decimal&A decimal number

ReturnValue

The smallest integral value that is greater than or equal to d

See Also