Keyoti RapidSpell Desktop .NET API Docs
Combine Method (crc, length)
APIKeyoti.RapidSpell.CompressionCRC32Combine(Int32, Int32)
Keyoti RapidSpell Desktop .NET
Combines the given CRC32 value with the current running total.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void Combine(
	int crc,
	int length
)
public void Combine(
	int crc,
	int length
)
Public Sub Combine ( 
	crc As Integer,
	length As Integer
)
Public Sub Combine ( 
	crc As Integer,
	length As Integer
)
public:
void Combine(
	int crc, 
	int length
)
public:
void Combine(
	int crc, 
	int length
)
member Combine : 
        crc : int * 
        length : int -> unit 
member Combine : 
        crc : int * 
        length : int -> unit 
Parameters
crc (Int32)
the crc value to be combined with this one
length (Int32)
the length of data the CRC value was calculated on
Remarks
This is useful when using a divide-and-conquer approach to calculating a CRC. Multiple threads can each calculate a CRC32 on a segment of the data, and then combine the individual CRC32 values at the end.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412