BesAsm.Swsp.PacSizingTool.SlopedFacilitySegment.DownstreamAreaAtDepthSqFt C# (CSharp) Méthode

DownstreamAreaAtDepthSqFt() private méthode

private DownstreamAreaAtDepthSqFt ( double depth ) : double
depth double
Résultat double
        private double DownstreamAreaAtDepthSqFt(double depth)
        {
            return ((DownstreamTopWidthAtDepthFt(depth) + _bottomWidthFt) / 2) * depth / 12;
        }