NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

12.4.4 Exponentiation operator

The exponentiation operator computes the first operand raised to the power of the second operand. The exponentiation operator is defined for Double. The value is computed according to the rules of IEEE 754 arithmetic.

ExponentOperatorExpression ::= Expression ^ Expression