Addition (+)

Returns the result of adding BigDecimals to another BigDecimal

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