 | 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
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