Click or drag to resize
Accord.NET (logo)

MatNodeItem Property (String)

Gets the child fields contained under the given name.

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

Parameters

name
Type: SystemString
The name of the field to be retrieved.

Property Value

Type: MatNode
See Also