Class ToInt
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_double.ToInt
- All Implemented Interfaces:
DoubleToIntFunction
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToInt
public ToInt(int scale) -
ToInt
public ToInt()
-
-
Method Details
-
applyAsInt
public int applyAsInt(double input) - Specified by:
applyAsIntin interfaceDoubleToIntFunction
-