Subtraction (-)

Returns the result of sutracting a BigDecimals from another BigDecimal.

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