math::ceiling

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

Usage

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 (0.91.4312.0)