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