Class Ceil
- java.lang.Object
-
- io.appform.hope.core.functions.HopeFunction<NumericValue>
-
- io.appform.hope.core.functions.impl.math.Ceil
-
public class Ceil extends HopeFunction<NumericValue>
Returns ceilingNumericValuefor evaluatedNumericValueparameter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumericValueapply(Evaluator.EvaluationContext evaluationContext)
-
-
-
Constructor Detail
-
Ceil
public Ceil(Value param)
-
-
Method Detail
-
apply
public NumericValue apply(Evaluator.EvaluationContext evaluationContext)
- Specified by:
applyin classHopeFunction<NumericValue>
-
-