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