http://www.emgu.com
Reads the int from the node.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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