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