CouplingsUtilGetAdjustedBoundaryValue Method (Double, Double, Double) | 
 
            Calculate an adjusted water level boundary value.
            
 
    Namespace: 
   DHI.Mike1D.Engine.Couplings
    Assembly:
   DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static double GetAdjustedBoundaryValue(
	double realWaterLevel,
	double bottomLevelAssignerModel,
	double bottomLevelWLBoundaryModel
)
Public Shared Function GetAdjustedBoundaryValue ( 
	realWaterLevel As Double,
	bottomLevelAssignerModel As Double,
	bottomLevelWLBoundaryModel As Double
) As Double
public:
static double GetAdjustedBoundaryValue(
	double realWaterLevel, 
	double bottomLevelAssignerModel, 
	double bottomLevelWLBoundaryModel
)
Parameters
- realWaterLevel
 - Type: SystemDouble
water level to be adjusted - bottomLevelAssignerModel
 - Type: SystemDouble
 bottom level of the model providing the boundary value - bottomLevelWLBoundaryModel
 - Type: SystemDouble
 bottom level of the model having a water level boundary  
Return Value
Type: 
Double[Missing <returns> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.GetAdjustedBoundaryValue(System.Double,System.Double,System.Double)"]
See Also