Class 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
      double applyAsDouble​(long value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RealLongDoubleSampler

        public RealLongDoubleSampler​(java.util.function.DoubleUnaryOperator parentFunc,
                                     boolean hash,
                                     boolean clamp,
                                     double clampMax)
    • Method Detail

      • applyAsDouble

        public double applyAsDouble​(long value)
        Specified by:
        applyAsDouble in interface java.util.function.LongToDoubleFunction