Combo Overlay: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Line 27: Line 27:
{{Combo operators|type=row|combo_operator=SUB    | |category=Multi  |type=Operator  |display=Subtract one or argument from the first argument}}
{{Combo operators|type=row|combo_operator=SUB    | |category=Multi  |type=Operator  |display=Subtract one or argument from the first argument}}
{{Combo operators|type=row|combo_operator=DIV    | |category=Multi  |type=Operator  |display=Divide the first argument with one or more other arguments}}
{{Combo operators|type=row|combo_operator=DIV    | |category=Multi  |type=Operator  |display=Divide the first argument with one or more other arguments}}
{{Combo operators|type=row|combo_operator=MIN    | |category=Multi  |type=Function  |display=Returns the smallest of the provided arguments. That is, the result is the argument closest to negative infinity.}}
{{Combo operators|type=row|combo_operator=MAX    | |category=Multi  |type=Function  |display=Returns the largest of the provided arguments. That is, the result is the argument closest to positive infinity.}}
{{Combo operators|type=row|combo_operator=POW    | |category=Multi  |type=Function  |display=Raises the first argument to the power of the consecutive arguments. For example 2 to the power 3 to the power 4.}}
{{Combo operators|type=row|combo_operator=OR    | |category=Multi  |type=Boolean  |display=Returns 1.0 if any argument is not equal to 0.0.}}
{{Combo operators|type=row|combo_operator=OR    | |category=Multi  |type=Boolean  |display=Returns 1.0 if any argument is not equal to 0.0.}}
{{Combo operators|type=row|combo_operator=AND    | |category=Multi  |type=Boolean  |display=Returns 1.0 if all arguments are not equal to 0.0.}}
{{Combo operators|type=row|combo_operator=AND    | |category=Multi  |type=Boolean  |display=Returns 1.0 if all arguments are not equal to 0.0.}}

Revision as of 11:52, 7 December 2020

File:Combo overlay example.jpg
The combo overlay, displaying only the values that are greater than a given value.

The combo overlay is an overlay which can combine up to three grid overlays with boolean operators and use these overlays as input arguments functions and operators. The list of available functions and operators is given below. Combo overlays can also take other combo overlays as input. Another powerful combination is the use of combo overlays with average overlays (with or without an average distance).

Operators

In the table below are the operators displayed that are supported by the combo overlay. The term argument refers to a grid overlay, a numerical value or a global name.