Return the sum of this value and a given value. For example, 1 and 2 give 3 . @param rhs @return
(Int rhs)
| 286 | * @return |
| 287 | */ |
| 288 | public Int add(Int rhs); |
| 289 | |
| 290 | /** |
| 291 | * Return the subtraction of a given value from this value. For |
no outgoing calls