XSBaseGetAreaByIntegratingWidths Method |
Return the cross sectional geometric area,
integrating the storage widths
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetAreaByIntegratingWidths(
double level
)
Public Function GetAreaByIntegratingWidths (
level As Double
) As Double
public:
double GetAreaByIntegratingWidths(
double level
)
Parameters
- level
- Type: SystemDouble
[Missing <param name="level"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetAreaByIntegratingWidths(System.Double)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetAreaByIntegratingWidths(System.Double)"]
See Also