Property | Type | Description | |
---|---|---|---|
ScsOneARainfallDistribution | double[] |
Property | Type | Description | |
---|---|---|---|
AsArray | double[] | ||
RainfallEvent | System |
Method | Description | |
---|---|---|
GetScsOneAEvent ( string name, double totalRainfallInches ) : |
Provides a 24-hour SCS Type 1A RainfallEvent, given the total depth of the design storm.
|
Method | Description | |
---|---|---|
AsArray ( ) : double[] | ||
RainfallEvent ( string eventName, IEnumerable |
public static GetScsOneAEvent ( string name, double totalRainfallInches ) : |
||
name | string | /// The name of the rainfall event. e.g. "2-year storm" /// |
totalRainfallInches | double | /// The total rainfall depth for the entire storm, disregarding initial abstraction. /// |
return |