2 references to Ceiling
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
517
case FuncId.
Ceiling
: return f.InvokeCeiling(args[0]);
715
table.Add("ceiling" , new FunctionInfo(FuncId.
Ceiling
, 1, 1, argDouble));