BesAsm.Swsp.PacSizingTool.SlopedFacilitySegment.DownstreamAreaAtDepthSqFt C# (CSharp) Method

DownstreamAreaAtDepthSqFt() private method

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