Class Mul

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

public class Mul extends Object implements LongUnaryOperator
Return the result of multiplying the specified value with the input.
  • Constructor Details

    • Mul

      public Mul(long multiplicand)
  • Method Details