Complex<T>.Get
            
            
            Returns an array of Doubles that contains the imaginary
            parts of an array of complex numbers.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A T array that contains the imaginary parts of the complex numbers in sourceArray.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static T[] GetImaginaryPart(
	Complex<T>[] sourceArray
)Parameters
Return Value
T[]A T array that contains the imaginary parts of the complex numbers in sourceArray.
Exceptions
| Argument | sourceArray is null. |