XsltFunctions.Round(Double) Method

Definition

Rounds value by using XPath rounding rules. Rounds towards positive infinity. Values between -0.5 and -0.0 are rounded to -0.0 (negative zero).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static double Round(double value);
public static double Round (double value);
static member Round : double -> double
Public Shared Function Round (value As Double) As Double

Parameters

value
Double

Double number to round.

Returns

The rounded number as Double.

Applies to