Google News
logo
F# - Interview Questions
What are available operators in F#?
An operator is simply a symbol that is used to perform operations. There can be many types of operations like arithmetic, bitwise, logical, etc.
 
There are following types of operators to perform different types of operations in F# language.
 
Arithmetic operators : The Arithmetic operators take numerical values as their operands and return a single numerical value.

Boolean operators : The Boolean operators are used to check conditional expressions. It returns true if expression satisfies the condition otherwise it returns false.

Bitwise operators : In F#, the bitwise operator works on individual bits and return a result after evaluation.

Nullable operators : The Nullable operators are used to work with database queries. It handles null values which are stored in tables in place of data.
Advertisement