AGI STK Objects 11 Send comments on this topic.
Real Property (IAgCRComplex)
See Also 





Description

Gets or sets the real part of the complex number.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Real() As Double

[C#]
public double Real {get; set;}

[Managed C++]
public: __property double get_Real();
public: __property void set_Real(
double
);

[Unmanaged C++]
public: HRESULT get_Real(
double * pRetVal
);
public: HRESULT put_Real(
double NewReal
);

[Java]
public double getReal();public void setReal(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1