oph_convert_l

Description

Behaviour

It converts a binary element in an integer value.

Parameters

  • input measure type: Ophidia typing. Supported types are: ‘oph_long’; ‘oph_int’; ‘oph_short’; ‘oph_byte’.
  • output measure type: not used.
  • measure: input measure.

Return type

Long

Examples

Convert the binary element in measure in an integer value.

oph_convert_l('OPH_LONG',''measure)

Operation type

Simple.

Arguments

Argument name Type Mandatory Values Default Min/Max-value Min/Max-times
input measure type “oph_type” “yes” “‘oph_long’|’oph_int’|’oph_short’|’oph_byte’” “‘oph_long’”   “1” / “1”
output measure type “oph_type” “yes”       “1” / “1”
measure “binary-array” “yes”       “1” / “1”