68
F# Operator
An operator is simply a symbol which is used to perform operations. There can be many types of operations like arithmetic, bitwise, logical etc.
There are following types of operators.
- Arithmetic operators
- Boolean operators
- Bitwise operators
- Nullable operators
Next TopicF# Binary Arithmetic operators