M_Rhino_RhinoMath_CRC32 - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoMath.CRC32 Method (UInt32, Byte[])

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

Syntax

C#

public static uint CRC32(
	uint currentRemainder,
	byte[] buffer
)

VB

Public Shared Function CRC32 ( 
	currentRemainder As UInteger,
	buffer As Byte()
) As UInteger

Parameters

 

currentRemainder
Type: System.UInt32
The remainder from which to start.
buffer
Type: System.Byte[]
The value to add to the current remainder.

Return Value

Type: UInt32
The new current remainder.

Version Information

Supported in: 5D58w

See Also

Reference

RhinoMath Class
CRC32 Overload
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️