Initializes a new instance of the Complex class.
Namespace: DotNumericsAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Complex(
double real,
double imaginary
)
Public Sub New (
real As Double,
imaginary As Double
)
Request Example
View SourceParameters
- real Double
- The real part of the Complex number.
- imaginary Double
- The imaginary part of the complex number.
See Also