Behaviour
It builds a new measure array concatenating the measures specified.
Parameters
Return type
Binary-array.
Examples
Concatenate measures 60-90 to measures 1-30.
oph_concat('OPH_DOUBLE|OPH_DOUBLE','',oph_get_subarray('OPH_DOUBLE','',measure,1,30),oph_get_subarray('OPH_DOUBLE','',measure,60,31))
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’” | “‘oph_double’” | “1” / “1” | |
output measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’ |’oph_int’|’oph_long’|’oph_short’|’oph_byte’” | “‘oph_double’” | “1” / “1” | |
measure | “binary-array” | “yes” | “1” / |