Click or drag to resize

CBFCRC Method

Compute CRC of a file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int CRC(
	int size,
	int crc
)

public int CRC(
	int size,
	int crc
)

Parameters

size
Type: SystemInt32
Number of bytes to CRC
crc
Type: SystemInt32
CRC start (use <define>CRC_INIT_VALUE</define> for new)

Return Value

Type: Int32
CRC Value
See Also