共用方式為


EnglishRoberta.IdsToOccurrenceValues(IReadOnlyList<Int32>) 方法

定義

將權杖識別碼清單轉換為最高出現次數值。

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 清單中對應的出現次數值清單。

適用於