FrameColumn Class |
Namespace: Meta.Numerics.Data
The FrameColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of values in the column.
|
![]() | Item |
Gets the value at the given index.
|
![]() | Name |
Gets the name of the column.
|
![]() | StorageType |
Gets the type of data stored in the column.
|
Name | Description | |
---|---|---|
![]() | AsT |
Exposes the column as a list of uniform type.
|
![]() | AsTIn, TOut(FuncTIn, TOut) |
Returns a transformation of the column as a typed list.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
To obtained strongly typed values of the data in the column, use the As method.