convertPackedArrayForInterpolation

fun convertPackedArrayForInterpolation(    packedArray: <Error class: unknown class><Double>,     startingIndex: Int? = definedExternally,     lastIndex: Int? = definedExternally,     result: <Error class: unknown class><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.

See also