Method | Description | |
---|---|---|
AsArray ( ) : double[] |
Converts data in the Hydrograph to an array of double-precision values.
|
Method | Description | |
---|---|---|
Combine ( |
||
Hydrograph ( IEnumerable |
Constructs a Hydrograph from an existing list. The name of the Hydrograph will be a random unique identifier.
|
|
Hydrograph ( string name, string units, IEnumerable |
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 |