java.lang.Object
studio.magemonkey.fabled.data.formula.func.Ceil
All Implemented Interfaces:
IValue

public class Ceil extends Object implements IValue
Ceilings a number
  • Constructor Details

    • Ceil

      public Ceil(IValue formula)
      Parameters:
      formula - wrapped formula
  • Method Details

    • compute

      public double compute(double... input)
      Gets the value using the inputs
      Specified by:
      compute in interface IValue
      Parameters:
      input - the input data
      Returns:
      result value