Click or drag to resize

ModelComponentDataCRC Method

Increments the Cyclic Redundancy Check value by this instance.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public uint DataCRC(
	uint currentRemainder
)

Parameters

currentRemainder
Type: SystemUInt32
The current remainder value.

Return Value

Type: UInt32
The updated remainder value.
See Also