Class ToLong
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_double.ToLong
- All Implemented Interfaces:
java.util.function.DoubleToLongFunction
public class ToLong
extends java.lang.Object
implements java.util.function.DoubleToLongFunction
Convert the input value to a long.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description longapplyAsLong(double input)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ToLong
public ToLong(long scale) -
ToLong
public ToLong()
-
-
Method Details
-
applyAsLong
public long applyAsLong(double input)- Specified by:
applyAsLongin interfacejava.util.function.DoubleToLongFunction
-