Owning Class: support
Requires: MathScript RT Module
d = argoutchk(a, b, c)
Legacy Name: nargoutchk
Determines whether an output 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. Otherwise, this function returns error text. |
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 |