Computes the checksum.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public byte[] ComputeChecksumBytes( byte[] bytes ) |
Visual Basic |
---|
Public Function ComputeChecksumBytes ( _ bytes As Byte() _ ) As Byte() |
Visual C++ |
---|
public: array<unsigned char>^ ComputeChecksumBytes( array<unsigned char>^ bytes ) |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]
The byte array.