CvIsInf Method OpenCvSharp Class Library
Determines if the argument is Infinity

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

public static bool IsInf(
	double value
)

Parameters

value
Type: SystemDouble
The input floating-point value

Return Value

Type: Boolean

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

See Also

Reference