Click or drag to resize
Accord.NET (logo)

MatReaderFieldNames Property

Gets the name of the variables contained in this file. Those can be used as keys to the Fields property to retrieve a variable or navigate the variable hierarchy.

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

Property Value

Type: String
See Also