| BigInteger: Divide |
Divides this BigInteger instance by the supplied divisor.
Public Function Divide( ByVal Value As BigInteger ) As BigInteger
This method accepts a BigInteger, one of VBs numeric values or a string to be parsed.
Dim b As BigInteger Set b = BInt(100) Set b = b.Divide(BInt(40)) Debug.Print b.ToString ' 2
Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods CompareTo DivRem