C# Class NPlot.StartStep

Encapsulates a Start and Step value. This is useful for specifying a regularly spaced set of abscissa values.
显示文件 Open project: mono/nplot-gtk Class Usage Examples

Public Methods

Method Description
StartStep ( double start, double step ) : System

Constructor

Method Details

StartStep() public method

Constructor
public StartStep ( double start, double step ) : System
start double the first value of the set of points specified by this object.
step double the step that specifies the separation between successive points.
return System