Click or drag to resize

Crc64 Constructor (UInt64)

Initializes a new instance of the Crc64 class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Crc64(
	ulong polynomial
)

Parameters

polynomial
Type: SystemUInt64
The polynomial.
See Also