|
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; }
Public ReadOnly Property FieldNames As String()
Get
Request Example
View SourceProperty Value
Type:
StringSee Also