分类: C/C++
2013-01-03 17:35:36
Describes an object that stores an ordered pair of objects both of type double, the first representing the real part of a complex number and the second representing the imaginary part.
The value of type double for the real part of the complex number being constructed.
_ImagValThe value of type double for the imaginary part of the complex number being constructed.
_ComplexNumThe complex number of type float or of type long double whose real and imaginary parts are used to initialize a complex number of type double being constructed.