//Метод, выводящий результат public double Calculation() { index = 0; Operation answer = Parse0(); return(answer.Calc()); }