5 references to Round
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XslNumber.cs (1)
232dblVal = XsltFunctions.Round(item.ValueAsDouble);
System\Xml\Xsl\Runtime\XsltFunctions.cs (3)
60startIndex = Round(startIndex); 72startIndex = Round(startIndex) - 1; // start index 77double endIndex = startIndex + Round(length); // end index
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1744double dblGroupingSize = XsltFunctions.Round(XPathConvert.StringToDouble(groupingSize));