Method ToHashedIndexKey
ToHashedIndexKey<TValue>(TValue)
Computes the hash value of the input expression using the same hash function used to create a hashed index.
public static long ToHashedIndexKey<TValue>(TValue value)
Parameters
valueTValueThe value to be hashed.
Returns
- long
The hashed numeric value.
Type Parameters
TValueThe type of the value to be hashed.