Filtering by Range of Values

Specify range expressions by using the following format:

    [>] low-value : [<] high-value

where low-value specifies the lowest value to include, and high-value specifies the highest value to include, separated by a colon. By default, the high and low values are inclusive. If you specify a > before low-value, the low value is exclusive. Similarly, a < before the high-value makes it exclusive.

The low-value and high-value must be constants of type integer, unsigned integer, or floating-point. The type of low-value must be the same as the type of high-value, and low-value must be less than high-value. If low-value and high-value are integer constants, they can be immediately followed by u or U, to force an unsigned comparison. The following figure shows a filter applied to an array such that only values equal to or greater than 64 but less than 512 are displayed.

Array Data Filtering by Range of Values

 
 
 
 
support@etnus.com
Copyright © 2001, Etnus, LLC. All rights reserved.
Version 5.0