oph_convert_d

Description

Behaviour

It converts a binary element in a real value.

Parameters

  • input measure type: Ophidia typing. Supported types are: ‘oph_double’; ‘oph_float’.
  • output measure type: not used.
  • measure: input measure.

Return type

Double.

Examples

Convert the binary element in measure in a real value.

oph_convert_d('OPH_DOUBLE','',measure)

Operation type

Simple.

Arguments

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