CRC32BuildCRC32Table Method |
Builds a crc32 table given a polynomial
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected static uint[] BuildCRC32Table(
uint polynomial
)
Parameters
- polynomial
- Type: SystemUInt32
Return Value
Type:
UInt32See Also