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

MathFunctions.Floor Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

value
value to be , can be anything convertible to a double

Return Value

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

Remarks

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

See Also

MathFunctions Class | NAnt.Core.Functions Namespace