C# Класс NPlot.StartStep

Encapsulates a Start and Step value. This is useful for specifying a regularly spaced set of abscissa values.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
StartStep ( double start, double step ) : System

Constructor

Описание методов

StartStep() публичный Метод

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.
Результат System