- Kotlin Programming By Example
- Iyanu Adelekan
- 43字
- 2021-08-27 20:00:08
Float
This type represents a single precision 32-bit floating-point number. When used with a variable, this type specifies that the variable can only hold floating-point values. Its range is approximately ±3.40282347E+38F (6-7 significant decimal digits):
var pi: Float = 3.142
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- AngularJS Testing Cookbook
- 羅克韋爾ControlLogix系統應用技術
- 深入淺出Windows API程序設計:編程基礎篇
- 區塊鏈底層設計Java實戰
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- .NET 4.5 Parallel Extensions Cookbook
- Nagios Core Administration Cookbook(Second Edition)
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Unity Android Game Development by Example Beginner's Guide
- Node.js 6.x Blueprints
- Learning D3.js 5 Mapping(Second Edition)
- 你必須知道的.NET(第2版)
- Puppet Cookbook(Third Edition)
- 三步學Python