http://www.emgu.com
Reads the int from the node.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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
[Missing <param name="defaultInt"/> documentation for "M:Emgu.CV.FileNode.ReadInt(System.Int32)"]
Return Value
Type:
Int32The int from the node.
See Also