Class Mul
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.Mul
- All Implemented Interfaces:
LongUnaryOperator
Return the result of multiplying the specified value with the input.
-
Constructor Details
-
Mul
public Mul(long multiplicand)
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-