InterpolatingMap
A navigable map that supports interpolation between values.
InterpolatingMap is a wrapper around a TreeMap<Double, T> that, when queried with a key, returns the exact value if the key exists, or interpolates between the two nearest values otherwise. The interpolation logic is provided by the user via the interpolate function.
Parameters
T
The type of values stored in the map.
Throws
if the number of keys and values do not match.
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard