Returns a real vector containing the real components of the vector.
Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public override Vector GetRealPart()
|
| Visual Basic (Declaration) |
Public Overrides Function GetRealPart As Vector
|
| Visual C++ |
public:
virtual Vector^ GetRealPart() override
|
| F# |
abstract GetRealPart : unit -> Vector
override GetRealPart : unit -> Vector
|
Return Value
A
Vector containing the real part of each component of the vector.
See Also