- .NET Core 2.0 By Example
- Rishabh Verma Neha Shrivastava
- 108字
- 2021-06-24 18:30:58
Data types
F# has a rich data type system. We can broadly classify them as:
- Integral types: sbyte, byte, int16, uint16, int32, uint32, int64, and bigint
- Floating point types: float32, float, and decimal
- Text types: char and string
- Other types: bool
These types are also referred to as fundamental primitive types in F#. Apart from these, F# has an exhaustive list of predefined types as well, such as lists, arrays, records, enumerations, tuples, units, sequences, and so on. It is recommended that a person learning F# goes through the official Microsoft documentation on F# at https://docs.microsoft.com/en-us/dotnet/fsharp/.
推薦閱讀
- 物聯(lián)網(wǎng)射頻識別(RFID)技術(shù)與應(yīng)用
- App草圖+流程圖+交互原型設(shè)計教程
- DevOps:企業(yè)級CI/CD實戰(zhàn)
- Java高手真經(jīng)·編程基礎(chǔ)卷:Java核心編程技術(shù)
- 實用軟件工程
- 解決方案架構(gòu)師修煉之道(原書第2版)
- 測試開發(fā)實戰(zhàn)教程
- 火災(zāi)與逃生模擬仿真:PyroSim+Pathfinder中文教程與工程應(yīng)用
- Unity 3D游戲開發(fā)技術(shù)詳解與典型案例
- Scrum捷徑:敏捷策略、工具與技巧
- 獵豹行動:硝煙中的敏捷轉(zhuǎn)型之旅
- 物流倉諸配送系統(tǒng)技巧450問
- 中臺產(chǎn)品經(jīng)理寶典:從業(yè)務(wù)建模到中臺設(shè)計全攻略
- 像計算機科學(xué)家一樣思考C++
- 軟件工程最佳實踐