createLinearInterpolationFunction
internal fun createLinearInterpolationFunction(x: DoubleArray, y: DoubleArray): Function<Double, Double>(source)
Creates the SDAI value produced by createLinearInterpolationFunction.
Return
Result produced by createLinearInterpolationFunction.
Author
Dmitriy Moroz
Parameters
x
x value consumed by the API.
y
y value consumed by the API.
Throws
when input validation fails.