Click or drag to resize
Accord.NET (logo)

MatReaderItem Property (Int32)

Gets a child object contained in this node.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public MatNode this[
	int key
] { get; }
Request Example View Source

Parameters

key
Type: SystemInt32
The field index.

Property Value

Type: MatNode
See Also