Behaviour
It returns an array in which the ‘i’-th element is the difference between the ‘i’-th and ‘i-1’-th element of input array.
Parameters
Return type
Binary-array.
Examples
Return the array in which the ‘i’-th element is the difference between the ‘i’-th and ‘i-1’-th element of input array.
oph_deaccumulate('OPH_DOUBLE','OPH_DOUBLE',measure)
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” |