fn:ceiling

fn:ceiling(numeric? $srcval) → numeric?

Function signature

$srcval

numeric ?

Result

numeric ?

Rounds a value towards positive infinity

XPath 2.0 Specification

Implemented. Changed in 7.4 to return the same type as the supplied argument.


Expand

Up  Next