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

MathFunctions.Abs Method 

[This is preliminary documentation and subject to change.]

Returns the absolute value of the specified number

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

Parameters

value
value to take the absolute value from

Return Value

value when value is greater than or equal to zero; otherwise, -value.

Remarks

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

See Also

MathFunctions Class | NAnt.Core.Functions Namespace