Collapse All
Expand All
C#
AForge.NET Framework
Complex Constructor (Double, Double)
Complex Structure
See Also
Send Feedback
Initializes a new instance of the
Complex
class.
Namespace:
AForge.Math
Assembly:
AForge.Math
(in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C#
public
Complex
(
double
re
,
double
im
)
Parameters
re
Type:
System
.
.
::
.
Double
Real part.
im
Type:
System
.
.
::
.
Double
Imaginary part.
See Also
Complex Structure
Complex Overload
AForge.Math Namespace