get

open fun get(input: Double): Double

Interpolates the value of Y = f(X) for given X. Clamps X to the domain of the spline.

Return

The interpolated Y = f(X) value.

Parameters

input

The X value.

Throws

OutOfRangeException

if the input is outside of the domain available by this lookup table