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