共用方式為


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[]

這個實例的統一雜湊碼變體集合。

適用於