Computes the checksum.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public long ComputeChecksum(
	byte[] bytes
)
Visual Basic
Public Function ComputeChecksum ( _
	bytes As Byte() _
) As Long
Visual C++
public:
long long ComputeChecksum(
	array<unsigned char>^ bytes
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
The bytes.

Return Value

Checksum.

See Also