Owning Class: support
Requires: MathScript RT Module
d = arginchk(a, b, c)
Legacy Name: nargchk
Determines whether an input argument is in a given range.
| Name | Description |
|---|---|
| a | Specifies the lower end of the range. a is a positive integer. |
| b | Specifies the upper end of the range. b is a positive integer. |
| c | Specifies a positive integer. |
| Name | Description |
|---|---|
| d | Returns an empty string if c is between a and b, inclusive. Otherwise, this function returns Out of range. |
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | Yes |
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | Not characterized |
D = arginchk(2, 5, 6)