Class InterpolatingLongDoubleSampler

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

    public class InterpolatingLongDoubleSampler
    extends java.lang.Object
    implements java.util.function.LongToDoubleFunction
    • Constructor Summary

      Constructors 
      Constructor Description
      InterpolatingLongDoubleSampler​(java.util.function.DoubleUnaryOperator icdSource, int resolution, boolean hash, boolean clamp, double clampMax)  
    • Method Summary

      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

      • InterpolatingLongDoubleSampler

        public InterpolatingLongDoubleSampler​(java.util.function.DoubleUnaryOperator icdSource,
                                              int resolution,
                                              boolean hash,
                                              boolean clamp,
                                              double clampMax)
    • Method Detail

      • applyAsDouble

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