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