NAnt SDK Documentation - v0.92 |
|
MathFunctions.Floor Method
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.
See Also
MathFunctions Class | NAnt.Core.Functions Namespace