C# Class NPlot.AdapterUtils.DataGetter_IList

Provides data in an IList via the IDataGetter interface.
Inheritance: IDataGetter
Afficher le fichier Open project: mono/nplot-gtk

Méthodes publiques

Méthode Description
DataGetter_IList ( IList data ) : System

Constructor

Get ( int i ) : double

Gets the ith data value.

Method Details

DataGetter_IList() public méthode

Constructor
public DataGetter_IList ( IList data ) : System
data IList IList that contains the data
Résultat System

Get() public méthode

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