Class Div
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.Div
- All Implemented Interfaces:
LongUnaryOperator
Divide the operand by a fixed value and return the result.
-
Constructor Details
-
Div
public Div(long divisor)
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-