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