Behaviour
It multiplies each element of the measure array by the scalar value.
Parameters
Return type
Binary-array.
Examples
Multiply by 2 each element of the input array.
oph_mul_scalar('OPH_DOUBLE','OPH_DOUBLE',measure,2)
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” | |||
scalar value | “double” | “no” | “1” | “0” / “1” |