C# Class BesAsm.Swsp.PacSizingTool.Hydrograph

Contains a hydrograph, which is a series of points representing a flow rate over time.
Show file Open project: PDXBES/PacSizingTool Class Usage Examples

Public Methods

Method Description
AsArray ( ) : double[]

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

Private Methods

Method Description
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

Method Details

AsArray() public method

Converts data in the Hydrograph to an array of double-precision values.
public AsArray ( ) : double[]
return double[]