C# Class NPlot.AdapterUtils.DataGetter_Null

Provides no data.
Inheritance: IDataGetter
Afficher le fichier Open project: mono/nplot-gtk

Méthodes publiques

Méthode Description
Get ( int i ) : double

Gets the ith data value.

Method Details

Get() public méthode

Gets the ith data value.
public Get ( int i ) : double
i int sequence number of data to get.
Résultat double