C# 클래스 NPlot.AdapterUtils.DataGetter_Count

Provides the natural numbers (and 0) via the IDataGetter interface.
상속: IDataGetter
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
Get ( int i ) : double

Gets the ith data value.

메소드 상세

Get() 공개 메소드

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