company logo

PropertyHandle :: operator* - Multiply two properties

The multiplication operation is supported for some types, only. The way the operation is performed depends on the type of the first operand. 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.

1. Numerical data

The operator multiplies the second operand with the first one.

5. Logical

The multiplication returns the result of an and operation

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 &cprop_hdl )
  • cprop_hdl - Property Handle