CvInvSqrt Method OpenCvSharp Class Library
Calculates inverse square root

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static float InvSqrt(
	float value
)

Parameters

value
Type: SystemSingle
The input floating-point value

Return Value

Type: Single

[Missing <returns> documentation for "M:OpenCvSharp.Cv.InvSqrt(System.Single)"]

See Also

Reference