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

このインスタンスの均一なハッシュ コードバリアントのコレクション。

適用対象