Package io.virtdata.continuous.common
Class RealLongDoubleSampler
- java.lang.Object
-
- io.virtdata.continuous.common.RealLongDoubleSampler
-
- All Implemented Interfaces:
java.util.function.LongToDoubleFunction
public class RealLongDoubleSampler extends java.lang.Object implements java.util.function.LongToDoubleFunction
-
-
Constructor Summary
Constructors Constructor Description RealLongDoubleSampler(java.util.function.DoubleUnaryOperator parentFunc, boolean hash, boolean clamp, double clampMax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleapplyAsDouble(long value)
-