Gets the real part of the complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public double Re { get; set; }
Public Property Re As Double
public:
property double Re {
	double get ();
	void set (double value);
}

See Also