Table of Contents

Method ComputeHash

Namespace
Kepware.Api.Util
Assembly
Kepware.Api.dll

ComputeHash(IEnumerable<KeyValuePair<string, object?>>)

Interne Methode zur Berechnung des Hashs unter Verwendung von FNV-1a.

public static ulong ComputeHash(IEnumerable<KeyValuePair<string, object?>> data)

Parameters

data IEnumerable<KeyValuePair<string, object>>

Das zu hashende Dictionary.

Returns

ulong

Der berechnete Hashwert als long.