Returns the square root of a specified number.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public static float Sqrt(
	float f
)
Visual Basic
Public Shared Function Sqrt ( _
	f As Single _
) As Single
Visual C++
public:
static float Sqrt(
	float f
)

Parameters

f
Type: System..::..Single

Return Value

See Also