BesAsm.Swsp.PacSizingTool.SlopedFacilitySegment.UpstreamDepthAtDepthIn C# (CSharp) Метод

UpstreamDepthAtDepthIn() приватный Метод

private UpstreamDepthAtDepthIn ( double depth ) : double
depth double
Результат double
        private double UpstreamDepthAtDepthIn(double depth)
        {
            return Math.Max(depth - (AdjustedSegmentLengthAtDepthFt(depth) * _slopeRatio * 12), 0);
        }