Complex Constructor
Syntax
C# |
---|
public Complex( double r, double i ) |
Visual Basic |
---|
Public Sub New ( _ r As Double, _ i As Double _ ) |
Visual C++ |
---|
public: Complex( double r, double i ) |
F# |
---|
new : r : float * i : float -> Complex |
Parameters
- r
- Type: System..::..Double
[Missing <param name="r"/> documentation for "M:NagLibrary.Complex.#ctor(System.Double,System.Double)"]
- i
- Type: System..::..Double
[Missing <param name="i"/> documentation for "M:NagLibrary.Complex.#ctor(System.Double,System.Double)"]