Crc64ComputeChecksum Method |
Calculates the checksum on the bytes passed across.
Namespace: VirtualRadar.InterfaceAssembly: 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
)
Public Function ComputeChecksum (
bytes As Byte(),
offset As Integer,
length As Integer
) As ULong
public:
unsigned long long ComputeChecksum(
array<unsigned char>^ bytes,
int offset,
int length
)
member ComputeChecksum :
bytes : byte[] *
offset : int *
length : int -> uint64
Parameters
- bytes
- Type: SystemByte
- offset
- Type: SystemInt32
- length
- Type: SystemInt32
Return Value
Type:
UInt64See Also