company logo

Value :: operator% - Remaining part for integer division

The operation provides the remaining part after division of the first operator by the second one. The function is an ordinary binary operation returning the result in a temporary value handle.

The operation is supported for numerical data types, only. When the left hand operand is not numeric or 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.