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