- Expert Angular
- Mathieu Nayrolles Rajesh Gunasundaram Sridhar Rao
- 41字
- 2021-07-15 17:05:29
Number type
The number type represents floating point values. It can hold values such as decimal, binary, hexadecimal, and octal literals:
let decimal: number = 6; let hex: number = 0xf00d; let binary: number = 0b1010; let octal: number = 0o744;
推薦閱讀
- C++程序設計教程
- Azure IoT Development Cookbook
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 神經網絡編程實戰:Java語言實現(原書第2版)
- R的極客理想:工具篇
- Express Web Application Development
- Java實戰(第2版)
- Learning Hadoop 2
- R語言:邁向大數據之路(加強版)
- Sails.js Essentials
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 軟件測試分析與實踐
- Selenium WebDriver Practical Guide
- Shopify Application Development
- 精通Oracle 12c 數據庫管理