A general curve. A base method for other curves.
- Parameters
-
plotter | The PlotHQ's plotter. |
x | The position of the desired dimension in the solution list to be plotted against the x-axis. |
y | The position of the desired dimension in the solution list to be plotted against the y-axis. |
- Returns
- A PlotZedGraphCurve object filled with values.
References IG.Gr.PlotZedgraphCurve.AddPoint().
void IG.MPetekLib.Algorithms.Plotting.FunctionSampler.Sample |
( |
| ) |
|
|
inline |
Samples the function and stores the coordiantes of the points into the solution list.
double IG.MPetekLib.Algorithms.Plotting.FunctionSampler.Atan |
( |
double |
x | ) |
|
|
inline |
double IG.MPetekLib.Algorithms.Plotting.FunctionSampler.AtanModified |
( |
double |
x | ) |
|
|
inline |
string IG.MPetekLib.Algorithms.Plotting.FunctionSampler._title |
|
protected |
List<double[]> IG.MPetekLib.Algorithms.Plotting.FunctionSampler._solution |
|
protected |
double IG.MPetekLib.Algorithms.Plotting.FunctionSampler._from |
|
protected |
double IG.MPetekLib.Algorithms.Plotting.FunctionSampler._to |
|
protected |
int IG.MPetekLib.Algorithms.Plotting.FunctionSampler._nPoints |
|
protected |
Function1D IG.MPetekLib.Algorithms.Plotting.FunctionSampler._function |
|
protected |
string IG.MPetekLib.Algorithms.Plotting.FunctionSampler.Title |
|
getset |
The name of the function we want to sample.
List<double[]> IG.MPetekLib.Algorithms.Plotting.FunctionSampler.Solution |
|
getset |
double IG.MPetekLib.Algorithms.Plotting.FunctionSampler.From |
|
getset |
The start point for sampling.
double IG.MPetekLib.Algorithms.Plotting.FunctionSampler.To |
|
getset |
The end point for sampling.
int IG.MPetekLib.Algorithms.Plotting.FunctionSampler.NPoints |
|
getset |
The number of sampling points.
Function1D IG.MPetekLib.Algorithms.Plotting.FunctionSampler.Function |
|
getset |
The documentation for this class was generated from the following file: