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