Function batchInterpolateString

  • Functions the same way batchInterpolateNumber works. Convert strings to numbers, and then interpolates the numbers, at the end if there are units on the first value in the values array, it will use that unit for the interpolated result. Make sure to read batchInterpolateNumber.

    Source

    Source code of interpolateStringBatch

    Parameters

    • arr_t: number[]
    • values: (string | number)[]
    • decimal: number = 3

    Returns string[]

Generated using TypeDoc