C# Class NPlot.StartStep

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

Méthodes publiques

Méthode Description
StartStep ( double start, double step ) : System

Constructor

Method Details

StartStep() public méthode

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.
Résultat System