- Kotlin Programming By Example
- Iyanu Adelekan
- 65字
- 2021-08-27 20:00:07
Int
This type represents a 32-bit signed integer. When a variable is declared with this type, the value space of the variable is the set of integers, that is, the variable can only hold integer values. We have seen the use of this type several times in our examples so far. The Int type can hold integer values within the range of -2,147,483,648 to 2,147,483,647.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- HornetQ Messaging Developer’s Guide
- OpenCV實例精解
- aelf區塊鏈應用架構指南
- Learn Programming in Python with Cody Jackson
- Java程序設計與實踐教程(第2版)
- Java軟件開發基礎
- Reactive Programming With Java 9
- Linux:Embedded Development
- Instant Nancy Web Development
- Kubernetes源碼剖析
- 代替VBA!用Python輕松實現Excel編程
- Unity 2017 Game AI Programming(Third Edition)
- 編程的原則:改善代碼質量的101個方法
- HTML5程序開發范例寶典