Click or drag to resize
Crc64Combine Method
Return the CRC-64 of two sequential blocks, where summ1 is the CRC-64 of the first block, summ2 is the CRC-64 of the second block, and len2 is the length of the second block.

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public static ulong Combine(
	ulong crc1,
	ulong crc2,
	long len2
)

Parameters

crc1
Type: SystemUInt64
Crc1.
crc2
Type: SystemUInt64
Crc2.
len2
Type: SystemInt64
Len2.

Return Value

Type: UInt64
The combined crc
See Also