Complete the following steps to determine if each value in an array falls within a range specified by the upper limit and lower limit inputs and optionally to coerce the values to fall within the range.
![]() | Note The following steps use numeric values as an example. You can determine if a value in an array of strings or an array of Boolean values falls within a range and optionally coerce the value to fall within the range. Refer to Appendix C, Comparison Functions, in the LabVIEW User Manual for more information about using data types in Comparison functions. |
![]() | Note You can wire a scalar value or an array of numbers to either upper limit or lower limit. If you wire a scalar to upper limit or lower limit, each element in the array x is checked against the scalar limit. If you wire an array to upper limit or lower limit, each element in the array you wire to x is checked against the corresponding element in the array wired as a limit. |