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