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.181 -- Release Build+97279656b5a55675063a4190481e67c4f9809501
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