http://www.emgu.com
Returns true if the node is an integer
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic bool IsInt { get; }
Public ReadOnly Property IsInt As Boolean
Get
public:
property bool IsInt {
bool get ();
}
member IsInt : bool with get
Property Value
Type:
Boolean
See Also