M_Rhino_RhinoMath_CRC32 - mcneel/rhinocommon-api-docs GitHub Wiki
Advances the cyclic redundancy check value remainder given a byte array. 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,
byte[] buffer
)
VB
Public Shared Function CRC32 (
currentRemainder As UInteger,
buffer As Byte()
) As UInteger
- currentRemainder
- Type: System.UInt32
The remainder from which to start. - buffer
- Type: System.Byte[]
The value to add to the current remainder.
Type: UInt32
The new current remainder.
Supported in: 5D58w