NAnt SDK Documentation - v0.92

MathFunctions.Ceiling Method 

Returns the smallest whole number greater than or equal to the specified number

[Visual Basic]
<Function(Name:="ceiling")>
Public Shared Function Ceiling( _
   ByVal value As Double _
) As Double
[C#]
[Function(Name="ceiling")]
public static double Ceiling(
   double value
);

Parameters

value
value

Return Value

The smallest whole number greater than or equal to the specified number.

See Also

MathFunctions Class | NAnt.Core.Functions Namespace