CyclicRedundancyCheck64 Constructor
Definition
- Assemblies
- Cuemon.Core.dll
CyclicRedundancyCheck64(ulong, ulong, ulong, Action<CyclicRedundancyCheckOptions>)
Initializes a new instance of the CyclicRedundancyCheck64 class.
public CyclicRedundancyCheck64(ulong polynomial = 4823603603198064275, ulong initialValue = 0, ulong finalXor = 0, Action<CyclicRedundancyCheckOptions> setup = null)
Parameters
polynomialulongThis is a binary value that should be specified as a hexadecimal number. Default is
0x42F0E1EBA9EA3693.initialValueulongThis parameter specifies the initial value of the register when the algorithm starts. Default is
0x0000000000000000.finalXorulongThis is an W-bit value that should be specified as a hexadecimal number. Default is
0x0000000000000000.setupAction<CyclicRedundancyCheckOptions>The CyclicRedundancyCheckOptions which may be configured.