Skip to main content

Power

Power Function

Calculates the result of a number (scalar Value) raised to a power.

Syntax

Power(scalar Value, scalar Power)

Arguments

ArgumentDescription
scalar ValueNumber to be raised to the scalar Power
scalar PowerPower 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.