[This is preliminary documentation and is subject to change.]

Obtains the hash code for this number.

Namespace:  BigNum
Assembly:  BigNum (in BigNum)
Version: 1.0.0.0

Syntax

C#
public override int GetHashCode()
Visual Basic (Declaration)
Public Overrides Function GetHashCode As Integer
Visual C++
public:
virtual int GetHashCode() override

Return Value

A hash code, which is simplistically based upon the number’s current String representation.

See Also