Click or drag to resize

CVVCRC Method

Compute the CRC value of a VV.

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

public int CRC(
	int pul_crc
)

Parameters

pul_crc
Type: SystemInt32
Previous CRC <define>CRC_INIT_VALUE</define>

Return Value

Type: Int32
CRC Value
See Also