Example #1
0
File: c.cs Project: SomeoneSerge/cf
            public Segment Find(int x)
            {
                var anonymous = new Segment(x, x);
                var s         = PositionOrdered.FindFloor(anonymous);

#if DEBUG
                Console.WriteLine("({0})", s.X1);
#endif
                return(s);
            }