C# Класс BesAsm.Swsp.PacSizingTool.Hydrograph

Contains a hydrograph, which is a series of points representing a flow rate over time.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AsArray ( ) : double[]

Converts data in the Hydrograph to an array of double-precision values.

Приватные методы

Метод Описание
Combine ( Hydrograph h2 ) : Hydrograph
Hydrograph ( IEnumerable list, double timeStepMinutes ) : System

Constructs a Hydrograph from an existing list. The name of the Hydrograph will be a random unique identifier.

Hydrograph ( string name, string units, IEnumerable list, double timeStepMinutes ) : System

Constructs a Hydrograph from an existing list.

Hydrograph ( string name, string units, double timeStepMinutes, int length, double defaultValue ) : System

Constructs a new Hydrograph filled with default data

Select ( double>.Func selector ) : Hydrograph

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

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

Converts data in the Hydrograph to an array of double-precision values.
public AsArray ( ) : double[]
Результат double[]