FrameRowToDictionary Method
Returns a dictionary containing the row data.
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public Dictionary<string, Object> ToDictionary()
Public Function ToDictionary As Dictionary(Of String, Object)
public:
Dictionary<String^, Object^>^ ToDictionary()
member ToDictionary : unit -> Dictionary<string, Object>
Return Value
DictionaryString,
ObjectA dictionary whose keys are the column names
and whose values are the corresponding cell values for the row.
This dictionary is an independent copy, so any subsequent changes to the
frame data will not change it.