| MatLessThan Method (Double) |
operator <
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public MatExpr LessThan(
double d
)
Public Function LessThan (
d As Double
) As MatExpr
public:
MatExpr^ LessThan(
double d
)
member LessThan :
d : float -> MatExpr
Parameters
- d
- Type: SystemDouble
[Missing <param name="d"/> documentation for "M:OpenCvSharp.Mat.LessThan(System.Double)"]
Return Value
Type:
MatExpr[Missing <returns> documentation for "M:OpenCvSharp.Mat.LessThan(System.Double)"]
See Also