math::floor

Returns the largest whole number less than or equal to the specified number.
double math::floor(value)

Parameters

Name Type Description
value double value to be , can be anything convertible to a double

Return Value

The largest whole number less than or equal to the specified number.

Requirements

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