1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<p style="margin: 0px 5px 0px 5px;"><b>Deprecated.</b>
<i>So you shouldn't use it anymore!</i>
</p>
<p style="margin: 5px 5px 0px 5px;">
This is an unattached (static) function that adds two integers together.
</p>
<h3 style="margin: 10px 0px 5px 0px">Parameters:</h3>
<table style="margin-left: 10px;">
<tr>
<td valign="top" style="margin-right:5px;">int</td>
<td valign="top" style="margin-right:5px;"><b>One</b></td>
<td>The first number to add</td>
</tr>
<tr>
<td valign="top" style="margin-right:5px;">int</td>
<td valign="top" style="margin-right:5px;"><b>Two</b></td>
<td>The second number to add</td>
</tr>
</table>
|