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(
|
[Java] |
---|
public double getReal();public void setReal(
|