PathGeneratorSquareRoot Method |
Optimized square root
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static float SquareRoot(
float x
)
Public Shared Function SquareRoot (
x As Single
) As Single
public:
static float SquareRoot(
float x
)
static member SquareRoot :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
Value
Return Value
Type:
SingleSquare root of value
See Also