Class ModuloToInteger

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_int.ModuloToInteger
All Implemented Interfaces:
LongFunction<Integer>

public class ModuloToInteger extends Object implements LongFunction<Integer>
Return an integer value as the result of modulo division with the specified divisor.
  • Constructor Details

    • ModuloToInteger

      public ModuloToInteger(int modulo)
  • Method Details