Show / Hide Table of Contents

Class JenkinsHash

Inheritance
System.Object
JenkinsHash
Namespace: Orleans
Assembly: Orleans.Core.Abstractions.dll
Syntax
public static class JenkinsHash : object

Methods

| Improve this Doc View Source

ComputeHash(Byte[])

Declaration
public static uint ComputeHash(byte[] data)
Parameters
Type Name Description
System.Byte[] data
Returns
Type Description
System.UInt32
| Improve this Doc View Source

ComputeHash(String)

Declaration
public static uint ComputeHash(string data)
Parameters
Type Name Description
System.String data
Returns
Type Description
System.UInt32
| Improve this Doc View Source

ComputeHash(UInt64, UInt64, UInt64)

Declaration
public static uint ComputeHash(ulong u1, ulong u2, ulong u3)
Parameters
Type Name Description
System.UInt64 u1
System.UInt64 u2
System.UInt64 u3
Returns
Type Description
System.UInt32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX