Class MathFunction.FloorFunction

java.lang.Object
net.thisptr.jackson.jq.internal.functions.MathFunction
net.thisptr.jackson.jq.internal.functions.MathFunction.FloorFunction
All Implemented Interfaces:
Function
Enclosing class:
MathFunction

@AutoService(Function.class) public static class MathFunction.FloorFunction extends MathFunction
  • Constructor Details

    • FloorFunction

      public FloorFunction()
  • Method Details

    • f

      protected double f(double f)
      Specified by:
      f in class MathFunction