Math.Ceiling Method
.NET Framework 3.0
Returns the smallest integer greater than or equal to the specified number.
| Name | Description |
|---|---|
| Math.Ceiling (Decimal) | Returns the smallest integer greater than or equal to the specified decimal number. |
| Math.Ceiling (Double) | Returns the smallest integer greater than or equal to the specified double-precision floating-point number. Supported by the .NET Compact Framework. |