2 references to Ceiling
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
599
case FuncId.
Ceiling
: return _f.InvokeCeiling(args[0]);
816
table.Add("ceiling", new FunctionInfo(FuncId.
Ceiling
, 1, 1, argDouble));