Returns an array of Doubles that contains the imaginary
parts of an array of complex numbers.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T[] GetImaginaryPart(
Complex<T>[] sourceArray
)
Public Shared Function GetImaginaryPart (
sourceArray As Complex(Of T)()
) As T()
public:
static array<T>^ GetImaginaryPart(
array<Complex<T>>^ sourceArray
)
static member GetImaginaryPart :
sourceArray : Complex<'T>[] -> 'T[]
Parameters
- sourceArray
- Type: Extreme.MathematicsComplexT
An array of complex numbers.
Return Value
Type:
TA
T array that contains the
imaginary parts of the complex numbers in
sourceArray.
Reference