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

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_in_range_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 54  in_range(??needle??,??low??,??high??) Line 54  in_range(??needle??,??low??,??high??)
54          <td>Returns true (<code>1</code>) in case the value is in the allowed range, false (<code>0</code>) otherwise.</td>          <td>Returns true (<code>1</code>) in case the value is in the allowed range, false (<code>0</code>) otherwise.</td>
55        </tr>        </tr>
56      </table>      </table>
57        
58        <h3>Remarks</h3>
59        <p>
60          This functions accepts any standard unit and finalness for its two arguments,
61          however the unit types of the two arguments must be identical. The return value
62          does never contain a unit nor finalness.
63        </p>
64    
65      <h3>Examples</h3>      <h3>Examples</h3>
66      <p>      <p>
67        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