Class Interpolate

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_double.Interpolate
All Implemented Interfaces:
java.util.function.LongToDoubleFunction

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

    Constructors 
    Constructor Description
    Interpolate​(double... values)  
  • Method Summary

    Modifier and Type Method Description
    double applyAsDouble​(long input)  

    Methods inherited from class java.lang.Object

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

    • Interpolate

      public Interpolate​(double... values)
  • Method Details

    • applyAsDouble

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