Set only the real part of the complex number and leave the imaginary part
unchanged.

C# | Visual Basic | Visual C++ |
public void SetReal( double Real )
Public Sub SetReal ( _ Real As Double _ )
public: void SetReal( double Real )

- Real (Double)
- The real part of the complex number to set