m_im
complex
public
double m_im
EX1
void complex_imaginary_part() { complex cc(4.5, 7.8); out_double("imaginary part = ", cc.m_im); // shoulde be 7.8 }
the property representing the imaginary part of the complex value.
origin.h