Division (/)

Returns the result of dividing one BigDecimals by another BigDecimal

Example
Dim X As BigInteger = 1
Dim Y As BigInteger = 2
Dim R = X / Y