Class PowerOf2.IntPower

java.lang.Object
org.ojalgo.function.special.PowerOf2
org.ojalgo.function.special.PowerOf2.IntPower
Enclosing class:
PowerOf2

public static final class PowerOf2.IntPower extends PowerOf2
  • Field Details

    • value

      public final int value
    • myModuloMask

      private final int myModuloMask
  • Constructor Details

    • IntPower

      IntPower(int exp)
  • Method Details

    • divide

      public int divide(int dividend)
    • getModuloMask

      public int getModuloMask()
    • modulo

      public int modulo(int dividend)