company logo

Value :: operator/ - Divide properties

The operation provides the result of dividing two numerical values. The function is an ordinary binary operation returning the result as double value in a temporary value handle. Before multiplying, the right operand (parameter) is converted into a number. When the left value is Boolean, it is converted into 0 or 1.

When the first operand is not numeric or Boolean, or when the second operand cannot be converted into a numerical value, the function throws an exception.

Return value:  Value handle ( odaba::Value  )

A value handle refers to a (usually) opened value. Invalid value handles may cause an exception.

Implementation details

odaba::Value Value  :: operator/ ( odaba::Value &cValue )
  • cValue - Value handle

    A value handle refers to a (usually) opened value. Invalid value handles may cause an exception.