Click or drag to resize

FrameColumn Class

Represents one column of a data frame.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.DataFrameColumn

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class FrameColumn : IEnumerable

The FrameColumn type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of values in the column.
Public propertyItem
Gets the value at the given index.
Public propertyName
Gets the name of the column.
Public propertyStorageType
Gets the type of data stored in the column.
Top
Methods
Remarks

To obtained strongly typed values of the data in the column, use the As method.

See Also