EnglishRoberta.IdsToOccurrenceRanks(IReadOnlyList<Int32>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertissez une liste d’ID de jetons en classements d’occurrences les plus élevés.
public System.Collections.Generic.IReadOnlyList<int> IdsToOccurrenceRanks(System.Collections.Generic.IReadOnlyList<int> ids);
member this.IdsToOccurrenceRanks : System.Collections.Generic.IReadOnlyList<int> -> System.Collections.Generic.IReadOnlyList<int>
Public Function IdsToOccurrenceRanks (ids As IReadOnlyList(Of Integer)) As IReadOnlyList(Of Integer)
Paramètres
- ids
- IReadOnlyList<Int32>
Liste d’ID à mapper au rang d’occurrence élevé.
Retours
Liste des rangs mappés à partir de la liste des ID.