Click or drag to resize

IDataFrameRowTData Interface

A single row/record 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 IDataFrameRow<TData> : IEnumerable<TData>, 
	IEnumerable
where TData : new()

Type Parameters

TData
The data type represented in the row.

The IDataFrameRowTData type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets data series at index.
Top
Methods
 NameDescription
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableTData)
Top
See Also