/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_max_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_max_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3600 by schoenebeck, Thu Aug 29 12:13:17 2019 UTC revision 3601 by schoenebeck, Mon Sep 16 16:03:36 2019 UTC
# Line 25  max(??number1??,??number2??) Line 25  max(??number1??,??number2??)
25        </tr>        </tr>
26        <tr>        <tr>
27          <td><code>??number1??</code></td>          <td><code>??number1??</code></td>
28          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
29                Real&nbsp;Number</td>
30          <td>One of the two numbers to compare with.<br>          <td>One of the two numbers to compare with.<br>
31              [required]</td>              [required]</td>
32        </tr>        </tr>
33        <tr>        <tr>
34          <td><code>??number2??</code></td>          <td><code>??number2??</code></td>
35          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
36                Real&nbsp;Number</td>
37          <td>One of the two numbers to compare with.<br>          <td>One of the two numbers to compare with.<br>
38              [required]</td>              [required]</td>
39        </tr>        </tr>
# Line 47  max(??number1??,??number2??) Line 49  max(??number1??,??number2??)
49          <td>Largest number of the passed two values.</td>          <td>Largest number of the passed two values.</td>
50        </tr>        </tr>
51      </table>      </table>
52        
53        <h3>Remarks</h3>
54        <p>
55          This functions accepts any standard unit and finalness for its two arguments.
56          However the unit types of the two arguments must be identical.
57          The return value's unit type is identical to the two passed arguments' one,
58          and the return value's finalness is the case if at least one of the two arguments
59          has finalness.
60        </p>
61    
62      <h3>Examples</h3>      <h3>Examples</h3>
63      <p>      <p>
64        The following example prints the result of some example argument        The following example prints the result of some example argument

Legend:
Removed from v.3600  
changed lines
  Added in v.3601

  ViewVC Help
Powered by ViewVC