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.
複数の言語、特に Objective-C で UINT32_MAX を見ましたが、それは何ですか?
前もって感謝します。
これは、符号なし 32 ビット整数内に格納できる最大数です。
#define UINT32_MAX (4294967295U)