real method

double real()

Returns the real component of the complex number.

Implementation

double real() => _real;