This is a mirror of official site: http://jasper-net.blogspot.com/

An introduction to Complex Struct of dotnet 4.0

| Tuesday, October 26, 2010
The Complex struct which resides in System.Numerics assembly is use for representing complex numbers.

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

2.jpg

Read more: Codeproject

Posted via email from .NET Info

0 comments: