Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NPlot
AdapterUtils.DataGetter_Count
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