Returns true if the node is a floating-point number
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool IsReal { get; }
Public ReadOnly Property IsReal As Boolean
Get
public:
property bool IsReal {
bool get ();
}
member IsReal : bool with get
Return Value
Type:
Boolean
See Also