| Visual Basic (Declaration) | |
|---|---|
Public Function Real() As Vector | |
| C# | |
|---|---|
public Vector Real() | |
| C++/CLI | |
|---|---|
public: Vector^ Real(); | |
Return Value
A Vector object that contains just the real parts of the CVector object's elements.Use this method together with the Imag method in order to split a complex matrix to its real and imaginary parts.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7