Q&A
Ask and answer questions to make information more available to wider audiences.
Mark Unsere @unseremark8   22, May 2023 12:00 AM
operators
What are available operators in F#?
answers 2
 
Answer 1
Payton Leonard @leonardpayton   31, May 2023 12:17 PM
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.

 
Answer 2
London Leon @leonlondon852   31, May 2023 12:04 PM
An operator is simply a symbol that is used to perform operations. There can be many types of operations like arithmetic, bitwise, logical, etc.