DoubleEqualityComparer.GetHashCode
Method in DoubleEqualityComparer
Declaration
public int GetHashCode(double value)
Description
Returns a hash code for the double value.
Parameters
value | The value to get the hash code for. |
Returns
int | The hash code for the value. |