Description
The left-hand operand raised to the power of the right-hand operand. If the left-hand operand is negative, the result is always zero.
Snippet
Raise To Power(0, 0);
Properties
Returns: Float
Parameters: Value, Value
Value
Type: Float, Default: Number
The left-hand operand. May be any value that results in a number.Value
Type: Float, Default: Number
The right-hand operand. May be any value that results in a number.