Multiply (*)

Returns the result of multiplying a BigDecimals to another BigDecimal.

Example
Dim X As BigInteger = 3
Dim Y As BigInteger = 2
Dim R = X * Y