Returns the hash code for this Double.
[Visual Basic] Overrides Public Function GetHashCode() As Integer [C#] public override int GetHashCode(); [C++] public: override int GetHashCode(); [JScript] public override function GetHashCode() : int;
A hash code for this instance of Double.
The hash code for a Double is the absolute value of the integer representation of that instance of Double.
Double Structure | Double Members | System Namespace | IHashCodeProvider | Int32