NPlot::StartStep Class Reference

Encapsulates a Start and Step value. More...

List of all members.

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_


Detailed Description

Encapsulates a Start and Step value.

This is useful for specifying a regularly spaced set of abscissa values.

Definition at line 61 of file StartStep.cs.


Constructor & Destructor Documentation

NPlot::StartStep::StartStep double  start,
double  step
[inline]
 

Constructor.

Parameters:
start the first value of the set of points specified by this object.
step the step that specifies the separation between successive points.

Definition at line 72 of file StartStep.cs.


Member Data Documentation

double NPlot::StartStep::start_ [private]
 

Definition at line 64 of file StartStep.cs.

double NPlot::StartStep::step_ [private]
 

Definition at line 65 of file StartStep.cs.


Property Documentation

double NPlot::StartStep::Start [get, set]
 

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().

double NPlot::StartStep::Step [get, set]
 

The step that specifies the separation between successive points.

Definition at line 99 of file StartStep.cs.


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 01:04:09 2005 for NPlot by  doxygen 1.4.5