CvFloor Method OpenCvSharp Class Library
Returns the maximum integer value that is not larger than the argument.

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

public static int Floor(
	double value
)

Parameters

value
Type: SystemDouble
The input floating-point value

Return Value

Type: Int32

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

See Also

Reference