Returns the smallest integer greater than or equal to the specified number.

Overload List
|
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.
|

See Also