Behaviour
It executes a permutation of the implicit dimension order. It requires at least two dimensions, otherwise it returns the original measure.
Parameters
Return type
Binary-array.
Examples
Swap the first implicit dimension with the second one.
oph_permute('OPH_DOUBLE','OPH_DOUBLE',measure,'2,1','oph_double',360,100)
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 | “binary-array” | “yes” | “1” / “1” | |||
permutation | “string” | “yes” | “1” / “1” | |||
size | “long-long” | “no” | “0” | “2” / |