Summary
Check the value.
Unit
Math387
Declaration
Function CheckRange(const Low: TSample; const X: TSample; const High: TSample): boolean;
Description
Returns true if X is bigger or equal then Low and smaller or equal then High.
Declaration
Function CheckRange(const Low: integer; const X: integer; const High: integer): boolean;
Description
Parameters can be integers.
| Copyright 2008 Dew Research |
http://www.dewresearch.com