Click or drag to resize

NMathFunctionsSqrt(Single) Method

Calculates the principal value of the square root of a floating point number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Sqrt(
	float f
)

Parameters

f  Single
A floating point number.

Return Value

Single
The square root of f.
See Also