![]() | IData |
public interface IDataFrameColumn<TData> : IEnumerable<TData>, IEnumerable, IDisposable where TData : new()
The IDataFrameColumnTData type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisplayName | Gets the display name of the column/series. |
![]() | Item | Gets the data value at the specified index. |
![]() | Quantity | Gets the physical quantity represented by the series. |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableTData) |