Returns an array of Doubles that contains the real
parts of an array of complex numbers.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static T[] GetRealPart(
Complex<T>[] sourceArray
)
Public Shared Function GetRealPart (
sourceArray As Complex(Of T)()
) As T()
public:
static array<T>^ GetRealPart(
array<Complex<T>>^ sourceArray
)
static member GetRealPart :
sourceArray : Complex<'T>[] -> 'T[]
Parameters
- sourceArray
- Type: Extreme.MathematicsComplexT
An array of complex numbers.
Return Value
Type:
TA
T array that contains the
real parts of the complex numbers in
sourceArray.
Numerical Libraries
Supported in: 6.0, 5.x
Reference