public int GetHashCode (float value);

Parámetros

valueThe float value for which the hash code is to be computed.

Valor de retorno

int The hash code.

Descripción

Hash code implementation which returns same hash code for all equal float values.