3 references to FuncFloor
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
55
case FT.
FuncFloor
: return Floor(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
402
case FT.
FuncFloor
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
852
table.Add("floor", new ParamInfo(Function.FunctionType.
FuncFloor
, 1, 1, s_temparray9));