Class RealIntDoubleSampler

  • All Implemented Interfaces:
    java.util.function.IntToDoubleFunction

    public class RealIntDoubleSampler
    extends java.lang.Object
    implements java.util.function.IntToDoubleFunction
    • Constructor Summary

      Constructors 
      Constructor Description
      RealIntDoubleSampler​(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​(int input)  
      • Methods inherited from class java.lang.Object

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

      • RealIntDoubleSampler

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

      • applyAsDouble

        public double applyAsDouble​(int input)
        Specified by:
        applyAsDouble in interface java.util.function.IntToDoubleFunction