Gets the real part of the complex number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public ReadOnly Property Re As T
Get
public:
property T Re {
T get ();
}
Property Value
Type:
TThe real part of the complex number.
Reference