SiloAddress.GetUniformHashCodes(Int32) 方法

定义

返回此实例的统一哈希代码变体的集合。

public System.Collections.Generic.List<uint> GetUniformHashCodes (int numHashes);
public uint[] GetUniformHashCodes (int numHashes);
member this.GetUniformHashCodes : int -> System.Collections.Generic.List<uint32>
member this.GetUniformHashCodes : int -> uint32[]
Public Function GetUniformHashCodes (numHashes As Integer) As List(Of UInteger)
Public Function GetUniformHashCodes (numHashes As Integer) As UInteger()

参数

numHashes
Int32

要返回的哈希代码数。

返回

UInt32[]

此实例的统一哈希代码变体集合。

适用于