Complex Constructor (Double) |
Constructs a Complex with a zero imaginary part.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex(
double re
)
Public Sub New (
re As Double
)
public:
Complex(
double re
)
new :
re : float -> Complex
Parameters
- re
- Type: SystemDouble
A double value equal to the real part of the Complex
object.
See Also