CvRound Method OpenCvSharp Class Library
Returns the nearest integer value to the argument.

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

public static int Round(
	double value
)

Parameters

value
Type: SystemDouble
The input floating-point value

Return Value

Type: Int32

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

See Also

Reference