  | CVVCRC Method  | 
 Compute the CRC value of a VV.
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic int CRC(
	int pul_crc
)
public int CRC(
	int pul_crc
)
Public Function CRC ( 
	pul_crc As Integer
) As Integer
Public Function CRC ( 
	pul_crc As Integer
) As Integer
public:
int CRC(
	int pul_crc
)
public:
int CRC(
	int pul_crc
)
member CRC : 
        pul_crc : int -> int 
member CRC : 
        pul_crc : int -> int 
Parameters
- pul_crc
 - Type: SystemInt32
Previous CRC <define>CRC_INIT_VALUE</define> 
Return Value
Type: 
Int32CRC Value
See Also