[]
Returns a specified Variant raised to the specified power.
public static Variant Pow(Variant a, Variant b)
| Type | Name | Description |
|---|---|---|
| Variant | a | The variant to be raised. |
| Variant | b | The power. |
| Type | Description |
|---|---|
| Variant | The Variant object representing result of raising a to the power of b or Error if given arguments cannot be converted to numbers. |