3 references to FuncRound
System.Xml (3)
System\Xml\XPath\Internal\NumberFunctions.cs (1)
50case FT.FuncRound : return Round (nodeIterator);
System\Xml\XPath\Internal\QueryBuilder.cs (1)
346case FT.FuncRound:
System\Xml\XPath\Internal\XPathParser.cs (1)
738table.Add("round" , new ParamInfo(Function.FunctionType.FuncRound , 1, 1, temparray9));