Click or drag to resize
FileNodeReadInt Method
http://www.emgu.com
Reads the int from the node.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public int ReadInt(
	int defaultInt = -2147483648
)

Parameters

defaultInt (Optional)
Type: SystemInt32

[Missing <param name="defaultInt"/> documentation for "M:Emgu.CV.FileNode.ReadInt(System.Int32)"]

Return Value

Type: Int32
The int from the node.
See Also