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.141 -- Release Build+8fc1477299d57116e2a4f3cb8dfe059f814b239b
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