C# Class NPlot.AdapterUtils.DataGetter_Null

Provides no data.
Inheritance: IDataGetter
显示文件 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