EnglishRoberta.IdsToOccurrenceValues(IReadOnlyList<Int32>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將權杖識別碼清單轉換為最高出現次數值。
public System.Collections.Generic.IReadOnlyList<int> IdsToOccurrenceValues(System.Collections.Generic.IReadOnlyList<int> ids);
member this.IdsToOccurrenceValues : System.Collections.Generic.IReadOnlyList<int> -> System.Collections.Generic.IReadOnlyList<int>
Public Function IdsToOccurrenceValues (ids As IReadOnlyList(Of Integer)) As IReadOnlyList(Of Integer)
參數
- ids
- IReadOnlyList<Int32>
要對應至高出現值的 Ids 清單。
傳回
從 Ids 清單中對應的出現次數值清單。