PropertyHandle :: operator/ - Divide properties
The division 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 divides the first operand 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.
Implementation details
PropertyHandle
PropertyHandle  :: operator/ ( PropertyHandle &cprop_hdl )
- cprop_hdl - Property Handle