11.01.2013 Views

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

12<br />

Parameters<br />

Operations within parentheses are performed first, with the usual order of precedence<br />

being maintained within the parentheses.<br />

Operator X Y Output<br />

NOT TRUE n/a FALSE<br />

FALSE n/a TRUE<br />

X AND Y TRUE TRUE TRUE<br />

TRUE FALSE FALSE<br />

FALSE TRUE FALSE<br />

FALSE FALSE FALSE<br />

X OR Y TRUE TRUE TRUE<br />

TRUE FALSE TRUE<br />

FALSE TRUE TRUE<br />

FALSE FALSE FALSE<br />

X XOR Y TRUE TRUE FALSE<br />

TRUE FALSE TRUE<br />

FALSE TRUE TRUE<br />

FALSE FALSE FALSE<br />

X EQV Y TRUE TRUE TRUE<br />

TRUE FALSE FALSE<br />

FALSE TRUE FALSE<br />

FALSE FALSE TRUE

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!