Class Scale
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_int.Scale
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class Scale
extends java.lang.Object
implements java.util.function.LongToIntFunction
Scale the input to the
-
Constructor Summary
Constructors Constructor Description Scale(double scaleFactor) -
Method Summary
Modifier and Type Method Description intapplyAsInt(long value)
-
Constructor Details
-
Scale
public Scale(double scaleFactor)
-
-
Method Details
-
applyAsInt
public int applyAsInt(long value)- Specified by:
applyAsIntin interfacejava.util.function.LongToIntFunction
-