The Complex struct which resides in System.Numerics assembly is use for representing complex numbers.
Read more: Codeproject
For using the Complex struct, we need to Add the System.Numerics assembly to our project
Using the code
Let us see some examples as how it helps us
Example 1: Display the Real,Imaginary,Magnitude and Phase parts

Read more: Codeproject