| BigIntegerStatic: Subtract |
Subtracts one BigInteger value from another, returning the difference.
Public Function Subtract( ByVal x As BigInteger, ByVal y As BigInteger ) As BigInteger
Values of Nothing will be treated as zero.
Dim b As BigInteger Set b = BigInteger.Subtract(BInt(100), BInt(150)) Debug.Print b.ToString ' -50
Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods SquareRoot Ten (get)