double a = 1.0d;double b = a / 3.0d;double c = 1.0d;Console.WriteLine((b * 3.0d) == c);
もtrueでした><;
思考の /dev/null