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

../../../../geohelp/image/Freq_008.jpg

< Less Than

../../../../geohelp/image/Freq_009.jpg 

>

Greater Than

../../../../geohelp/image/Freq_010.jpg 

<=

Less than or Equal To

../../../../geohelp/image/Freq_011.jpg 

>=

Greater than or Equal To

../../../../geohelp/image/Freq_012.jpg 

!

Logical NOT

../../../../geohelp/image/Freq_013.jpg 

==

Equal To

../../../../geohelp/image/Freq_014.jpg 

!=

Not equal To

../../../../geohelp/image/Freq_015.jpg 

&&

Logical AND

../../../../geohelp/image/Freq_016.jpg

|| 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

../../../../geohelp/image/truefalse.jpg 

()?():()

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)