Click or drag to resize

CRC32(UInt32, Boolean) Constructor

Construct the

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CRC32(
	uint polynomial,
	bool cacheTable
)

Parameters

polynomial  UInt32
 
cacheTable  Boolean
 
See Also