-
Notifications
You must be signed in to change notification settings - Fork 5
dfc180a1 a3eb 7064 c90c 40afbf01f849
yy edited this page Oct 15, 2018
·
1 revision
Initializes a new instance of the XXHash64 class, and sets the Seed to the specified value.
Namespace: YYProject.XXHash
Assembly: YYProject.XXHash (in YYProject.XXHash.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public XXHash64(
uint seed
)
- seed
- Type: System.UInt32
Represent the seed to be used for xxHash64 computing.