Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1,01のような倍数があり、供給過剰になったら2にしたい??
double number1 = 1,01 double number2 = 1,1 double number3 = 1,00000001
これらは2でなければなりません
double roundedUp = Math.Ceiling(number);