|
Type
|
Type of calculation.
- Conversion positive:
The value at the input is converted to a positive number if
negative, otherwise the value of the input is output.
- Conversion negative:
The value at the input is converted to a negative number if
positive, otherwise the value of the input is output.
- Filter positive: Only
if the input is a positive value is it output at the output,
otherwise the output stays at 0.
- Filter negative: Only
if the input is a negative value is it output at the output,
otherwise the output stays at 0.
- Conversion
positive+Filter: If the input is a negative
value, it is output positive at the output, otherwise
the output stays at 0.
- Conversion negative+Filter:
If the input is a positive value, it is output negative at the
output, otherwise the output stays at 0.
|