CvCeil Method OpenCvSharp Class Library
Returns the minimum integer value that is not smaller than the argument.

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

public static int Ceil(
	double value
)

Parameters

value
Type: SystemDouble
The input floating-point value

Return Value

Type: Int32

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

See Also

Reference