NAnt SDK Documentation - v0.85-nightly-2005-11-09

MathFunctions.Round Method 

[This is preliminary documentation and subject to change.]

Rounds the value to the nearest whole number

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

Parameters

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

Return Value

Rounded value.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.MathFunctions.Round(System.Double)

See Also

MathFunctions Class | NAnt.Core.Functions Namespace