SiloAddress.GetUniformHashCodes(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.