company logo

PropertyHandle :: operator% - Remaining part for integer division

The modulo operation is supported for numerical data, only. If the second operand is not compatible with the first operand the function tries to convert the second operand into the type of the first operand. If no conversion is possible the operation fails. The operator provides the remaining part of a division of the first operator by the second one.  

The result is returned in a property handle that is created temporarily. You can assign the result to another property handle or performing further operations.

Return value:   - internal feature (not documented) (   )

Implementation details

PropertyHandle PropertyHandle  :: operator% ( PropertyHandle &prop_hdl )
  • prop_hdl - Property Handle

    Is a reference to an (usually) opened property handle.