| FileNodeIsInt Property |
Returns true if the node is an integer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool IsInt { get; }
Public ReadOnly Property IsInt As Boolean
Get
public:
property bool IsInt {
bool get ();
}
member IsInt : bool with get
Return Value
Type:
BooleanSee Also