Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Complex Class
Complex Constructor
Complex Properties
Complex Methods
Complex Operators
Complex Constructor
Initializes a complex number from the specified real and imaginary parts.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Complex
(
double
real
,
double
imag
)
Parameters
real
Type:
System
.
Double
the real part
imag
Type:
System
.
Double
the imaginary part
See Also
Reference
Complex Class
Algs4Net Namespace