Computes the checksum.
Namespace: CudafyAssembly: 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.