5 references to Round
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XslNumber.cs (1)
271
dblVal = XsltFunctions.
Round
(item.ValueAsDouble);
System\Xml\Xsl\Runtime\XsltFunctions.cs (3)
58
startIndex =
Round
(startIndex);
76
startIndex =
Round
(startIndex) - 1; // start index
82
double endIndex = startIndex +
Round
(length); // end index
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2078
double dblGroupingSize = XsltFunctions.
Round
(XPathConvert.StringToDouble(groupingSize));