Power
Power Function
Calculates the result of a number (scalar Value) raised to a power.
Syntax
Power(scalar Value, scalar Power)
Arguments
| Argument | Description |
|---|---|
scalar Value | Number to be raised to the scalar Power |
scalar Power | Power to which the scalar Value is to be raised |
Examples:
Power([FusionTestTable.SmallIntColumn],2)
Returns the power of all the values in a given column raised to 2.