BursaWolfParameters.GetHashCode

BursaWolfParameters.GetHashCode method

Serves as the default hash function.

public override int GetHashCode()

Return Value

A hash code for the current object.

Remarks

Since Equals of this class uses comparison of doubles with delta, nothing better then a constant can be used for this method. You are encouraged not to use objects of this class as keys in hash table, to avoid performance losidentifier2s.

See Also