 | 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
Syntaxpublic int CRC(
int size,
int crc
)
public int CRC(
int size,
int crc
)
Public Function CRC (
size As Integer,
crc As Integer
) As Integer
Public Function CRC (
size As Integer,
crc As Integer
) As Integer
public:
int CRC(
int size,
int crc
)
public:
int CRC(
int size,
int crc
)
member CRC :
size : int *
crc : int -> int
member CRC :
size : int *
crc : int -> int
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:
Int32CRC Value
See Also