PropertyHandle :: Power - Raise to power of
The power function is supported for numerical data, only. If passed property handle is not numerical the function tries to convert it into a numerical value. If no conversion is possible the operation fails. The function calculates the value of the property handle raised to the power of the passed value.
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  :: Power ( PropertyHandle &prop_hdl )
- prop_hdl
- Property Handle
Is a reference to an (usually) opened property handle.