Crc64 Constructor (UInt64, UInt64) |
Initializes a new instance of the
Crc64 class.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Crc64(
ulong polynomial,
ulong seed
)
Parameters
- polynomial
- Type: SystemUInt64
The polynomial. - seed
- Type: SystemUInt64
The seed.
See Also