On this page

Function lerpArrayValues

  • Interpolates an array of numbers, replacing null values with interpolated values.

    null is treated as an empty value where an interpolation is needed.

    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

Was this helpful?
SDK JS
Reference
lerpArrayValues