Function lerpArrayValues
Parameters
- numericArray: NumericArrayWithNull
The array of numbers to interpolate, which may contain null values
Returns number[]
A new array with null values replaced by interpolated values
- numericArray: NumericArrayWithNull
Was this helpful?
Interpolates an array of numbers, replacing null values with interpolated values.
nullis treated as an empty value where an interpolation is needed.