Vala.Math.BigDecimal.subtract – Valacore Reference Manual
subtract
Description:
public
BigDecimal
subtract
(
BigDecimal
other)
Returns this value minus other.
Parameters:
other
value to subtract.
Returns:
computed difference.