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