Complex<T>.Get Real Part Method
Returns an array of Doubles that contains the real
parts of an array of complex numbers.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A T array that contains the real parts of the complex numbers in sourceArray.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static T[] GetRealPart(
Complex<T>[] sourceArray
)
Parameters
Return Value
T[]A T array that contains the real parts of the complex numbers in sourceArray.
Exceptions
Argument | sourceArray is null. |