PowerExpression Constructors
An exponentiation operator.| Name | Parameters | Description |
|---|---|---|
| PowerExpression(IExpression, IExpression) | leftExpression, rightExpression | Initializes a new instance of the PowerExpression class with the specified settings. |
See Also