Use of Complex Class in C#
Why we use Complex Class in C#?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Oct 29, 2012, 7:24 AM
Note that, to use it, you need to add a reference to System.Numerics.dll to your project.
Check out the MSDN docs for more details:
http://msdn.microsoft.com/en-us/library/system.numerics.complex(VS.100).aspx
WH XuPosted Oct 29, 2012, 2:02 AM
Vithal WadjePosted Oct 29, 2012, 1:14 AM