Meta.Numerics Library
Im Property
Meta.NumericsMeta.NumericsComplexIm
Gets the imaginary part of the complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public double Im { get; }
Public ReadOnly Property Im As Double
	Get
public:
property double Im {
	double get ();
}
member Im : float