Click or drag to resize

CRC32 Constructor (UInt32, Boolean)

Construct the

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

Parameters

polynomial
Type: SystemUInt32
cacheTable
Type: SystemBoolean
See Also