Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

nargchk (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the support class.

Syntax

d = nargchk(a, b, c)

Description

Determines whether an input argument is in a given range.

Examples

Inputs

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.

Outputs

Name Description
d Returns an empty string if c is between a and b, inclusive. Otherwise, this function returns Out of range.

Examples

D = nargchk(2, 5, 6)

Related Topics

nargoutchk


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit