BigIntegerStatic: Multiply |
Multiplies BigInteger values, returning their product.
Public Function Multiply( ByVal Left As BigInteger, ByVal Right As BigInteger ) As BigInteger
Values of Nothing will be treated as zero.
Dim b As BigInteger Set b = BigInteger.Multiply(BInt(100), BInt(150)) Debug.Print b.ToString ' 15000