STK ObjectsSend 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 * pVal
);
public: HRESULT put_Real(
    double val
);
[Java]
public double getReal();
public void setReal(
    double
);
[Python - STK API ]
@property
def Real(self) -> float:

@Real.setter
def Real(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.