Public Member Functions | |
StartStep (double start, double step) | |
Constructor. | |
Properties | |
double | Start |
The first value of the set of points specified by this object. | |
double | Step |
The step that specifies the separation between successive points. | |
Private Attributes | |
double | start_ |
double | step_ |
This is useful for specifying a regularly spaced set of abscissa values.
Definition at line 61 of file StartStep.cs.
|
Constructor.
Definition at line 72 of file StartStep.cs. |
|
Definition at line 64 of file StartStep.cs. |
|
Definition at line 65 of file StartStep.cs. |
|
The first value of the set of points specified by this object.
Definition at line 83 of file StartStep.cs. Referenced by NPlot::AdapterUtils::DataGetter_StartStep::Get(). |
|
The step that specifies the separation between successive points.
Definition at line 99 of file StartStep.cs. |