Behaviour
It applies an operation between the value of measure array b and the value in the same position in measure array a.
Parameters
Return type
Binary-array.
Examples
Compute the maximum between the value of measure array b and the value in the same position in measure array a.
oph_operator_array('OPH_DOUBLE|OPH_DOUBLE','OPH_DOUBLE',measure_a,measure_b,'OPH_MAX')
Operation type
Simple.
Argument name | Type | Mandatory | Values | Default | Min/Max-value | Min/Max-times |
---|---|---|---|---|---|---|
input measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’ |’oph_int’|’oph_long’|’oph_short’|’oph_byte’” | “1” / “1” | ||
output measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’ |’oph_int’|’oph_long’|’oph_short’|’oph_byte’” | “1” / “1” | ||
measure a | “binary-array” | “yes” | “1” / “1” | |||
measure b | “binary-array” | “yes” | “1” / “1” | |||
operator name | “oph_operator” | “yes” | “‘oph_max’|’oph_min’|’oph _sum’|’oph_sub’|’oph_mul’|’oph_div’|’oph_abs’|’oph _arg’|’oph_mask’” | “1” / “1” | ||
missingvalue | “double” | “no” | “NAN” | “0” / “1” |