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.
に変換する方法NSIntegerはNSTimeInterval?
NSInteger
NSTimeInterval
NSInteger は通常、int または long として定義されます。NSTimeInterval は単純な double であるため、ある値を別の値に割り当てることができます。