Summary
Returns the smallest whole number greater than or equal to the specified number
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Containing Type
- MathFunctions
Syntax
[Function("ceiling")]
public static double Ceiling(double value)
Attributes
Type | Description |
---|---|
FunctionAttribute | Indicates that the method should be exposed as a function in NAnt build files. |
Parameters
Name | Type | Description |
---|---|---|
value | double | value |
Return Value
Type | Description |
---|---|
double | The smallest whole number greater than or equal to the specified number. |