Click or drag to resize

FrameRow Class

Represents one row of a data frame.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.DataFrameRow

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class FrameRow : IReadOnlyDictionary<string, Object>, 
	IReadOnlyCollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable, IReadOnlyList<Object>, IReadOnlyCollection<Object>, 
	IEnumerable<Object>

The FrameRow type exposes the following members.

Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndexOf
Gets the index of the column with the given name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToDictionary
Returns a dictionary containing the row data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also