PowerExponent Operator

Returns result of first value raised to power of second value.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.136 -- Release Build+d454dafd53fcce88fce9c0a8ec8597176c30b791
C# does not support this operator.

Parameters

value1  Power
A Power left hand operand.
value2  Power
A Power right hand operand.

Return Value

Double
A Double value as the result of the operation.

See Also