Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NPlot
AdapterUtils.DataGetter_Count
C# Class NPlot.AdapterUtils.DataGetter_Count
Provides the natural numbers (and 0) via the IDataGetter interface.
Inheritance:
IDataGetter
Mostrar archivo
Open project: mono/nplot-gtk
Public Methods
Method
Description
Get
(
int
i
) :
double
Gets the ith data value.
Method Details
Get()
public
method
Gets the ith data value.
public
Get
(
int
i
) :
double
i
int
sequence number of data to get.
return
double