math::ceiling

Returns the smallest whole number greater than or equal to the specified number
double math::ceiling(value)

Parameters

Name Type Description
value double value

Return Value

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

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions