MTS Fracture Analyzer User Manual

Page 76

Advertising
background image

Note:

Some languages use a semicolon as a list separator instead of a comma. If you are using one of those
languages, the last operator of the table would be replaced with a semicolon.

Order of Operations

Direction

Function

Operator

Precedence

Left-to-Right

Array Index

[ ]

1

Function Call

( )

Variable-Specific
Information

.

Right-to-Left

Logical NOT

!

2

Left-to-Right

Unary Plus

+

Unary Minus

-

Ones Complement

~

Left-to-Right

Multiply

*

3

Divide

/

Modulus

%

Left-to-Right

Addition

+

4

Subtraction

Left-to-Right

Bitwise Shift Left

<<

5

Bitwise Shift Right

>>

Left-to-Right

Less Than

<

6

Greater Than

>

Less than or Equal

<=

Greater Than or Equal

>=

Left-to-Right

Equal to

==

7

Not Equal To

!=

Left-to-Right

Bitwise AND

&

8

Left-to-Right

Bitwise XOR

^

9

76 MTS TestSuite™ Fracture Analyzer User Guide

7.0 Variable Analysis

Advertising