Meine Kopie von VS2013 Ultimate kompiliert diesen Code für mehr als 60 Sekunden: class Program { static void Main(string[] args) { double dichotomy = Dichotomy( d => { try { int size = (int) d; byte[] b = new byte[size]; return -b.Length; } catch (Exception) { return 0; } }, 0, int.MaxValue, 1);...