BoundaryItemTableConcentrationGetConcentrationValue Method |
Gets a concentration for given runoff per area from the table.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetConcentrationValue(
double runoffPerArea
)
Public Function GetConcentrationValue (
runoffPerArea As Double
) As Double
public:
double GetConcentrationValue(
double runoffPerArea
)
Parameters
- runoffPerArea
- Type: SystemDouble
[Missing <param name="runoffPerArea"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemTableConcentration.GetConcentrationValue(System.Double)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemTableConcentration.GetConcentrationValue(System.Double)"]
See Also