-
Book Overview & Buying
-
Table Of Contents
Mastering F#
By :
The data types defined in F# are mapped directly with CLR. The following table defines the F# primitive types:
|
Name |
F# type |
Suffix |
Example |
|
Boolean |
|
| |
|
Character |
|
| |
|
Text string |
|
| |
|
Short |
|
|
|
|
Unsigned short |
|
|
|
|
Integer |
|
(none) |
|
|
Float/ Double |
|
(optional) |
|
|
Unsigned integer |
|
|
|
|
Long |
|
|
|
|
Unsigned long |
|
|
|
|
Single |
|
|
|
|
Decimal |
|
|
|
|
Big integer |
|
|
|
|
Signed byte |
|
|
|
|
Unsigned byte |
|
|
|
|
Native integer |
|
|
|
|
Unsigned native integer |
|
|
|
The unit type is used to indicate the absence of a specific value, but formally describes a set that possesses only a single...
Change the font size
Change margin width
Change background colour