3 references to FuncFloor
System.Xml (3)
System\Xml\XPath\Internal\NumberFunctions.cs (1)
48case FT.FuncFloor : return Floor (nodeIterator);
System\Xml\XPath\Internal\QueryBuilder.cs (1)
344case FT.FuncFloor:
System\Xml\XPath\Internal\XPathParser.cs (1)
736table.Add("floor" , new ParamInfo(Function.FunctionType.FuncFloor , 1, 1, temparray9));