Raises a number to a power. For example, you can use this function to square the number 2 to get the result of 4.

NewNumber := POWER(Number, Power)

Parameters

Number

Type: Integer

The number you want to raise exponentially. This number is the base in the exponential function.

Power

Type: Integer

The exponent in the exponential function.

Expand imageProperty Value/Return Value

Expand imageExample

Expand imageSee Also