Behaviour
It extracts the minimum between the values in the same position in measure array a and array b.
Parameters
Return type
Binary-array.
Examples
Extract the minimum between the values in the same position in measure array a and array b.
oph_min_array('OPH_DOUBLE|OPH_DOUBLE','OPH_DOUBLE',measure_a,measure_b)
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” | |||
missingvalue | “double” | “no” | “NAN” | “0” / “1” |