Class Div

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.Div
All Implemented Interfaces:
LongUnaryOperator

public class Div extends Object implements LongUnaryOperator
Divide the operand by a fixed value and return the result.
  • Constructor Details

    • Div

      public Div(long divisor)
  • Method Details