Floor and Ceil

Someone knows an easy way to calculate ceil and floor of a float?

Seems CEIL and FLOOR are not supported in Expr node, so is there another easy way?

Found it using Expr (Value Advanced)
and using

return Math.Ceiling(A);

as the Term.

here’s simple floor and ceil … and - if i find the time - i’ll finish this thingy here, that should complement the current MathRound (Value)