VolumeExponent Operator

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

Definition

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

Parameters

value1  Volume
A Volume object as the left hand operand.
value2  Volume
A Volume object as the right hand operand.

Return Value

Double
A Double value as the result.

See Also