Click or drag to resize

CRC32ComputeHash(Byte, Int32, Int32) Method

Overloaded. Computes the hash value for the input data.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public byte[] ComputeHash(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer  Byte
offset  Int32
count  Int32

Return Value

Byte
See Also