• Get the indexes of scores to discard.

    The indexes are in order of applying the discard algorithm so the index of the highest value is returned first; for equal values the earlier index is returned first.

    Parameters

    • scores: number[]
    • number: number

    Returns number[]

Generated using TypeDoc