Method crc32_u16
crc32_u16(UInt32, UInt16)
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 |
---|---|---|
UInt32 | crc | Initial value |
UInt16 | v | Unsigned 16-bit integer |
Returns
Type | Description |
---|---|
UInt32 | Result |