Returns the result of `x` raised to the power of `y`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static float Pow(
float x,
float y
)
Parameters
- x
- Type: SystemSingle
The base. - y
- Type: SystemSingle
The exponent.
Return Value
Type:
Single`x` raised to the power of `y`.
See Also