CascadeSharp.TKBO.IntTools.IntTools_MarkedRangeSet.SetBoundaries C# (CSharp) Метод

SetBoundaries() публичный Метод

public SetBoundaries ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : void
theFirstBoundary double
theLastBoundary double
theInitFlag int
Результат void
        public void SetBoundaries(double theFirstBoundary, double theLastBoundary, int theInitFlag)
        {
            throw new NotImplementedException();
        }