Click or drag to resize
Accord.NET (logo)

MatReaderItem Property (String)

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[
	string key
] { get; }
Request Example View Source

Parameters

key
Type: SystemString
The field name or index.

Property Value

Type: MatNode
See Also