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

Expression Node Syntax

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

The following summary of the Expression Node syntax uses Backus-Naur Form (BNF notation). Square brackets enclose optional items.

<expr> : = <expr> <binaryoperator> <expr>

| <unaryoperator> <expr>

| <expr> ? <expr> : <expr>

| ( <expr>)

| <identifier>

| <const>

| <function> ( <arglist> )

<binaryoperator>:= + | - | * | / | ^ | != | == | > | < | >= | <= | && | || | & | | | ^ | **

<unaryoperator>: = + | - | ! | ~


Resources


 

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