Function batchInterpolateComplex

  • Interpolates all types of values including number, string, etc... values. Make sure to read batchInterpolateNumber, batchInterpolateString and batchInterpolateSequence, as depending on the values given

    Source

    Source code of interpolateComplexBatch

    Type Parameters

    • T

    Parameters

    • arr_t: number[]
    • values: T[]
    • decimal: number = 3

    Returns number[] | string[] | T[]

Generated using TypeDoc