XPath2Functions.RoundHalfToEven Method (decimal)XPath2Functions.RoundHalfToEven Method (Decimal)XPath2Functions::RoundHalfToEven Method (decimal)

Implementation of the fn:round-half-to-even function.

Syntax

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

Parameters

argument

Type: System.DecimalSystem.DecimalSystem::Decimal

The argument.

Return Value

Type: System.DecimalSystem.DecimalSystem::Decimal

The value of the function.