Frequent Tab
Use the Frequent tab to select common conditional and logarithmic operators and functions.
Tooltips are available for each tab item, showing the required argument and a brief description.
Frequent Tab options
Button |
Syntax |
Definition |
---|---|---|
Operators |
||
|
< | Less Than |
|
> |
Greater Than |
|
<= |
Less than or Equal To |
|
>= |
Greater than or Equal To |
|
! |
Logical NOT |
|
== |
Equal To |
|
!= |
Not equal To |
|
&& |
Logical AND |
|
|| | Logical OR |
Logarithmic Functions |
||
|
log(x) |
Natural logarithm of x |
|
log10(x) |
Base-10 logarithm of x |
Exponential Functions |
||
|
exp(x) |
Natural exponential of x (e to the power x) |
|
exp10(x) |
Base-10 exponential of x (10^x) |
Conditional Expression |
||
|
()?():() |
Used for if/then/else statements. When true/false is selected, the Expression box is populated with the following if/then/else statement: (if_statement)?(value_if_true):(value_if_false) |
Got a question? Visit the Seequent forums or Seequent support
Copyright (c) 2025 Bentley Systems, Incorporated. All rights reserved.
Privacy | Terms of Use