Edit

Share via


SiloAddress.GetUniformHashCodes(Int32) Method

Definition

Returns a collection of uniform hash codes variants for this instance.

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()

Parameters

numHashes
Int32

The number of hash codes to return.

Returns

UInt32[]

A collection of uniform hash codes variants for this instance.

Applies to