XPath2Functions.Abs MethodXPath2Functions.Abs MethodXPath2Functions::Abs Method

Implementation of the fn:abs function.

Syntax

Public Shared Function Abs( _
    argument As Decimal _
) As Decimal
public static decimal Abs(
    decimal argument
)
public:
static decimal Abs(
    decimal argument
)
 

Parameters

argument

Type: System.DecimalSystem.DecimalSystem::Decimal

The argument.

Return Value

Type: System.DecimalSystem.DecimalSystem::Decimal

The value of the function.