java.lang.Object
studio.magemonkey.fabled.data.formula.operator.Modulo
All Implemented Interfaces:
IOperator

public class Modulo extends Object implements IOperator
Modulo operator
  • Constructor Details

    • Modulo

      public Modulo()
  • Method Details

    • compute

      public double compute(double a, double b)
      Performs the operation between the two values
      Specified by:
      compute in interface IOperator
      Parameters:
      a - first value
      b - second value
      Returns:
      result