Frequent Tab

Use the Frequent tab to select the conditional and logarithmic operators and functions. 

  • Tooltips that include an argument and short descriptive name are provided for each tab item.
  • 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 and Equal to

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

    >=

    Greater than and Equal to

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

    !

    Logical NOT operator

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

    ==

    Equal to

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

    !=

    Not equal to

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

    &&

    Logical AND Operator

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

    || Logical OR Operator
    Logarithmic

    log()

    Natural Logarithm

    log10()

    Logarithm to Base 10

    Exponential

    exp()

    Natural Exponential

    exp10()

    Exponential to Base 10

    Conditional statement

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

    ()?():()

    ()?():()     If/Then/Else Statement

    When [true/false] is selected the Expression box will be populated with the following if/then/else statement:

    (if_statement)?(value_if_true):(value_if_false)