C# 클래스 NPlot.AdapterUtils.DataGetter_DoublesArray

Provides data in an array of doubles via the IDataGetter interface.
A speed-up version of DataDetter_IList; no boxing/unboxing overhead.
상속: IDataGetter
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
DataGetter_DoublesArray ( double data ) : System

Constructor

Get ( int i ) : double

Gets the ith data value.

메소드 상세

DataGetter_DoublesArray() 공개 메소드

Constructor
public DataGetter_DoublesArray ( double data ) : System
data double array of doubles 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