NPlot.AdapterUtils.DataGetter_Null.Get C# (CSharp) 메소드

Get() 공개 메소드

Gets the ith data value.
public Get ( int i ) : double
i int sequence number of data to get.
리턴 double
            public double Get(int i)
            {
                throw new NPlotException( "No Data!" );
            }
AdapterUtils.DataGetter_Null