Crc64 Constructor (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
)
Parameters
- polynomial
- Type: SystemUInt64
The polynomial.
See Also