M_Rhino_RhinoMath_CRC32_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Advances the cyclic redundancy check value remainder given a Int32. http://en.wikipedia.org/wiki/Cyclic_redundancy_check.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static uint CRC32(
uint currentRemainder,
int value
)
VB
Public Shared Function CRC32 (
currentRemainder As UInteger,
value As Integer
) As UInteger
- currentRemainder
- Type: System.UInt32
The remainder from which to start. - value
- Type: System.Int32
The value to add to the current remainder.
Type: UInt32
The new current remainder.
Supported in: 5D58w