Class Smalls.MyIncrement

  • Enclosing class:
    Smalls

    public static class Smalls.MyIncrement
    extends java.lang.Object
    User-defined function with two arguments.
    • Constructor Summary

      Constructors 
      Constructor Description
      MyIncrement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float eval​(int x, int y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyIncrement

        public MyIncrement()
    • Method Detail

      • eval

        public float eval​(int x,
                          int y)