Whether this value represents the real or imaginary part of an Eigenvector element.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property EigenvectorComplexPart() As AgEVAComplexNumber |
| [C#] |
|---|
public AgEVAComplexNumber EigenvectorComplexPart {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAComplexNumber get_EigenvectorComplexPart(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAComplexNumber getEigenvectorComplexPart(); public void setEigenvectorComplexPart( AgEVAComplexNumber ); |
[Python - STK API ] |
|---|
@property def EigenvectorComplexPart(self) -> "AgEVAComplexNumber": @EigenvectorComplexPart.setter def EigenvectorComplexPart(self, InVal:"AgEVAComplexNumber") -> None: |






