Click or drag to resize

IDataFrameColumnTData Interface

A single column/series of 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 IDataFrameColumn<TData> : IEnumerable<TData>, 
	IEnumerable, IDisposable
where TData : new()

Type Parameters

TData
The data type represented in the column.

The IDataFrameColumnTData type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Gets the display name of the column/series.
Public propertyItem Gets the data value at the specified index.
Public propertyQuantity Gets the physical quantity represented by the series.
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 IEnumerableTData)
Top
See Also