Click or drag to resize
Crc64.ComputeChecksum Method
Calculates the checksum on the bytes passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ulong ComputeChecksum(
	byte[] bytes,
	int offset,
	int length
)

Parameters

bytes
Type:System.Byte[]
offset
Type: System.Int32
length
Type: System.Int32

Return Value

Type: UInt64
See Also