Altair® Panopticon

 

Supported Operators

These are typically the operators that are used to create aggregation operator and calculation operator expressions.

Operator

Description

Nullability

!

Logical NOT

 

!=

Not equal to

a

%

Calculates the modulo (division remainder) of two numbers

 

&&

Logical AND

 

*

Multiply

 

+

Add

 

-

Subtract

 

/

Divide

 

< 

Lesser than

 

<=

Less than or equals

 

==

Equal to

a

> 

Greater than

 

>=

Greater than or equals

 

?:

Ternary if

a

^

Raises to the power

 

like

Tests if a string matches a pattern

 

||

Logical OR