Click or drag to resize

IDataFrameColumnCollectionTData Interface

A collection of column/serieswise data in a data frame.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public interface IDataFrameColumnCollection<TData> : IEnumerable<IDataFrameColumn<TData>>, 
	IEnumerable, IDisposable
where TData : new()

Type Parameters

TData
The data type represented in the column.

The IDataFrameColumnCollectionTData type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of columns/series in the collection.
Public propertyItemInt32 Gets the series at the specified index.
Public propertyItemString Gets the first series with the specified name.
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableIDataFrameColumnTData)
Top
See Also