math::round

Rounds the value to the nearest whole number

Usage

double math::round(value)

Parameters

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

Return Value

Rounded value.

Requirements

Assembly: NAnt.Core (0.91.4312.0)