if (depth==depthMax) { int value=k.Evaluate()+k.BestEval(SorE); ←←←←ここ // 自分の手番から見た得点を返す if (SorE==SELF) { return value; } else { return -value; } }