- 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;
推薦閱讀
- Learn ECMAScript(Second Edition)
- Kali Linux Web Penetration Testing Cookbook
- Learning Real-time Processing with Spark Streaming
- 測試驅(qū)動開發(fā):入門、實戰(zhàn)與進階
- Ceph Cookbook
- Machine Learning with R Cookbook(Second Edition)
- Web交互界面設(shè)計與制作(微課版)
- Data Analysis with IBM SPSS Statistics
- Java設(shè)計模式及實踐
- Scala程序員面試算法寶典
- C語言程序設(shè)計
- Extending Puppet(Second Edition)
- 西門子S7-200 SMART PLC編程從入門到實踐
- 零基礎(chǔ)學(xué)Kotlin之Android項目開發(fā)實戰(zhàn)
- 移動增值應(yīng)用開發(fā)技術(shù)導(dǎo)論