NBit Bit Manipulation Library |
|
Crc.End Method
Finishes the CRC computation. An exclusive OR is done between the current CRC value and the post-invert bit mask.
[Visual Basic]
Public Sub End( _
ByVal
crc As
UInt32 _
)
Parameters
-
crc
- The current CRC value.
Return Value
The final CRC value.
See Also
Crc Class | NBit Namespace