Constructs a Complex with a zero imaginary part.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public Complex( double re ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ re As Double _ ) |
Visual C++ |
---|
public: Complex( double re ) |
Parameters
- re
- Type: System..::.Double
A double value equal to the real part of the Complex object.