C# Class NPlot.AdapterUtils.DataGetter_IList

Provides data in an IList via the IDataGetter interface.
Inheritance: IDataGetter
ファイルを表示 Open project: mono/nplot-gtk

Public Methods

Method Description
DataGetter_IList ( IList data ) : System

Constructor

Get ( int i ) : double

Gets the ith data value.

Method Details

DataGetter_IList() public method

Constructor
public DataGetter_IList ( IList data ) : System
data IList IList that contains the data
return System

Get() public method

Gets the ith data value.
public Get ( int i ) : double
i int sequence number of data to get.
return double