C# 클래스 NPlot.AdapterUtils.DataGetter_IList

Provides data in an IList via the IDataGetter interface.
상속: IDataGetter
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
DataGetter_IList ( IList data ) : System

Constructor

Get ( int i ) : double

Gets the ith data value.

메소드 상세

DataGetter_IList() 공개 메소드

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

Get() 공개 메소드

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