http://www.emgu.com
Reads the int from the node.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int ReadInt(
int defaultInt = -2147483648
)
Public Function ReadInt (
Optional defaultInt As Integer = -2147483648
) As Integer
public:
int ReadInt(
int defaultInt = -2147483648
)
member ReadInt :
?defaultInt : int
(* Defaults:
let _defaultInt = defaultArg defaultInt -2147483648
*)
-> int
Parameters
- defaultInt (Optional)
- Type: SystemInt32
The default value if one is not found in the node.
Return Value
Type:
Int32The int from the node.
See Also