Click or drag to resize

FileNodeReadInt Method

Reads the node element as Int32 (int)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int ReadInt(
	int defaultValue = 0
)

Parameters

defaultValue (Optional)
Type: SystemInt32

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.FileNode.ReadInt(System.Int32)"]

See Also