Skip to main content

128 bits of state More…

Properties

long val1 [get, set]
 The low 64 bits of the 128-bit hash.
 
long val2 [get, set]
 The high 64 bits of the 128-bit hash.
 

Detailed Description

128 bits of state

Definition at line 22 of file MurMurHash3.cs.

Property Documentation

◆ val1

long kinetica.MurMurHash3.LongPair.val1
getset

The low 64 bits of the 128-bit hash.

Definition at line 25 of file MurMurHash3.cs.

◆ val2

long kinetica.MurMurHash3.LongPair.val2
getset

The high 64 bits of the 128-bit hash.

Definition at line 27 of file MurMurHash3.cs.


The documentation for this class was generated from the following files: