Constructs a complex number from a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Complex(
T realPart
)
Public Sub New (
realPart As T
)
public:
Complex(
T realPart
)
new :
realPart : 'T -> Complex
Parameters
- realPart
- Type: T
The real part of the complex number.
The imaginary part of the complex number
is set to zero.
Reference