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