/[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 3077 by schoenebeck, Thu Jan 5 18:02:08 2017 UTC revision 3578 by schoenebeck, Thu Aug 29 12:13:17 2019 UTC
# Line 47  in_range(??needle??,??low??,??high??) Line 47  in_range(??needle??,??low??,??high??)
47      <h3>Return Value</h3>      <h3>Return Value</h3>
48      <table>      <table>
49        <tr>        <tr>
50          <th>Description</th> <th>Data Type</th>          <th>Data Type</th> <th>Description</th>
51        </tr>        </tr>
52        <tr>        <tr>
         <td>Returns true (1) in case the value is in the allowed range, false (0) otherwise.</td>  
53          <td>Integer Number</td>          <td>Integer Number</td>
54            <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            
# Line 69  on init Line 69  on init
69  end on  end on
70      </code>      </code>
71    
72      <h3>Availabilty</h3>      <h3>Availability</h3>
73      <p>Since LinuxSampler 2.0.0.svn36.<p>      <p>Since LinuxSampler 2.0.0.svn36.<p>
74    
75    </body>    </body>

Legend:
Removed from v.3077  
changed lines
  Added in v.3578

  ViewVC Help
Powered by ViewVC