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)
Parameter | Type | Description |
---|---|---|
d | const Decimal& | A decimal number |
ReturnValue
The smallest integral value that is greater than or equal to d
See Also
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.TeX for C++