Vala.Math.BigInteger.add – Valacore Reference Manual
add
Description:
public
BigInteger
add
(
BigInteger
other)
Returns the sum of this value and other.
Parameters:
other
value to add.
Returns:
computed sum.