| BigInteger: CompareTo |
Compares two BigInteger instance to each other returning their relation.
Public Function CompareTo( ByVal other As BigInteger ) As Long
If Nothing is passed in, it is treated as zero.
If this instance < other then -1 is returned
If this instance = other then 0 is returned
If this instance > other then 1 is returned.
Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods ClearBit Divide