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