- Kotlin Programming By Example
- Iyanu Adelekan
- 65字
- 2021-08-27 20:00:08
Double
This type represents a double precision 64-bit floating-point number. Similar to the Float type, this type specifies that the variable being declared holds floating-point values. An important difference between the Double and Float types is that Double can hold numbers across a much larger range without overflow. Its range is approximately ±1.79769313486231570E+308 (15 significant decimal digits):
var d: Double = 3.142
推薦閱讀
- Unity 2020 By Example
- Android Jetpack開發(fā):原理解析與應用實戰(zhàn)
- PaaS程序設計
- Mastering QGIS
- Oracle 12c中文版數據庫管理、應用與開發(fā)實踐教程 (清華電腦學堂)
- Learning Python Design Patterns
- iOS開發(fā)實戰(zhàn):從入門到上架App Store(第2版) (移動開發(fā)叢書)
- 精通Python自動化編程
- Qlik Sense? Cookbook
- Learning Splunk Web Framework
- C語言程序設計實踐
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 大規(guī)模語言模型開發(fā)基礎與實踐
- Learning iOS Penetration Testing
- Python深度學習:基于PyTorch