http://www.emgu.com
Returns true if the node is a floating-point number
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic bool IsReal { get; }
Public ReadOnly Property IsReal As Boolean
Get
public:
property bool IsReal {
bool get ();
}
member IsReal : bool with get
Property Value
Type:
Boolean
See Also