Gets or sets the real part of the complex number.
Read-write property
[Visual Basic .NET] |
---|
Public Property Real() As Double |
[C#] |
---|
public double Real {get; set;} |
[Managed C++] |
---|
public: __property double get_Real(); |
[Unmanaged C++] |
---|
public: HRESULT get_Real( double * pVal ); public: HRESULT put_Real( double val ); |
[Java] |
---|
public double getReal(); public void setReal( double ); |