Method Sqr
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Sqr(float)
Calculates the square of a number.
[Version(4, 5, 0)]
public static float Sqr(float x)
Parameters
xfloatThe number to square.
Returns
- float
The square of the number.