- Kotlin Programming By Example
- Iyanu Adelekan
- 70字
- 2021-08-27 20:00:07
Types
The type of a variable, with respect to its value space, is the set of possible values that the variable can possess. In many cases, it is useful to be able to explicitly specify the type of value you want to be held by a variable being declared. This can be done using a data type.
Some important types in Kotlin are:
- Int
- Float
- Double
- Boolean
- String
- Char
- Array
推薦閱讀
- C/C++常用算法手冊(cè)(第3版)
- Implementing Cisco Networking Solutions
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- 深入分布式緩存:從原理到實(shí)踐
- 深入剖析Java虛擬機(jī):源碼剖析與實(shí)例詳解(基礎(chǔ)卷)
- Building Serverless Web Applications
- 零基礎(chǔ)看圖學(xué)ScratchJr:少兒趣味編程(全彩大字版)
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)教程
- CryENGINE Game Programming with C++,C#,and Lua
- Elasticsearch實(shí)戰(zhàn)(第2版)
- Java Web程序開(kāi)發(fā)參考手冊(cè)
- Learning Java Lambdas
- 高性能Java架構(gòu):核心原理與案例實(shí)戰(zhàn)
- HTML 5與CSS 3權(quán)威指南(第3版·下冊(cè))