Method crc32_u32
crc32_u32(UInt32, UInt32)
Starting with the initial value in crc, accumulates a CRC32 value for unsigned 32-bit integer v, and stores the result in dst.
Declaration
public static uint crc32_u32(uint crc, uint v)
Parameters
| Type | Name | Description | 
|---|---|---|
| UInt32 | crc | Initial value  | 
| UInt32 | v | Unsigned 32-bit integer  | 
Returns
| Type | Description | 
|---|---|
| UInt32 | Result  |