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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.