Ceiling()
Contents
[
Hide
]Math::Ceiling(const Decimal&) method
Returns the smallest integral value that is greater than or equal to the specified value.
static Decimal System::Math::Ceiling(const Decimal &d)
Arguments
Parameter | Type | Description |
---|---|---|
d | const Decimal& | A decimal number |
Return Value
The smallest integral value that is greater than or equal to d
Math::Ceiling(double) method
Returns the smallest integral value that is greater than or equal to the specified value.
static double System::Math::Ceiling(double a)
Arguments
Parameter | Type | Description |
---|---|---|
a | double | A double-precision floating point number |
Return Value
The smallest integral value that is greater than or equal to d
See Also
- Class Decimal
- Struct Math
- Namespace System
- Library Aspose.Slides