NPlot Documented Class Library

AdapterUtils.IDataGetter Interface

[This is preliminary documentation and subject to change.]

Interface for data holding classes that allows users to get the ith value.

For a list of all members of this type, see AdapterUtils.IDataGetter Members.

public interface AdapterUtils.IDataGetter

Types that implement AdapterUtils.IDataGetter

Type Description
AdapterUtils.DataGetter_Count Provides the natural numbers (and 0) via the IDataGetter interface.
AdapterUtils.DataGetter_DataView Provides data in a DataView via the IDataGetter interface.
AdapterUtils.DataGetter_DoublesArray Provides data in an array of doubles via the IDataGetter interface.
AdapterUtils.DataGetter_IList Provides data in an IList via the IDataGetter interface.
AdapterUtils.DataGetter_Null Provides no data.
AdapterUtils.DataGetter_Rows Provides data in a DataRowCollection via the IDataGetter interface.
AdapterUtils.DataGetter_StartStep Provides data points from a StartStep object via the IDataGetter interface.

Remarks

TODO: should change this to GetNext() and Reset() for more generality.

Requirements

Namespace: NPlot

Assembly: NPlot (in NPlot.dll)

See Also

AdapterUtils.IDataGetter Members | NPlot Namespace