EnglishRoberta.IdsToOccurrenceValues(IReadOnlyList<Int32>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将令牌 ID 列表转换为最高匹配值。
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>
要映射到高匹配值的 ID 列表。
返回
从 ID 列表映射的匹配值的列表。