convertPackedArrayForInterpolation
fun convertPackedArrayForInterpolation(packedArray: ReadonlyArray<Double>, startingIndex: Int? = definedExternally, lastIndex: Int? = definedExternally, result: ReadonlyArray<Double>? = definedExternally)(source)
Converts a packed array into a form suitable for interpolation.
Parameters
packedArray
The packed array.
startingIndex
The index of the first element to be converted. Default value - 0
lastIndex
The index of the last element to be converted. Default value - packedArray.size
result
The object into which to store the result.