Math.Ceiling Method
.NET Framework 4
Returns the smallest integer greater than or equal to the specified number.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Ceiling(Decimal) | Returns the smallest integral value that is greater than or equal to the specified decimal number. |
|
Ceiling(Double) | Returns the smallest integral value that is greater than or equal to the specified double-precision floating-point number. |