Complex(Double, Double) Constructor |
Namespace: DWSIM.MathOps.MathEx.APAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public Complex(
double _x,
double _y
)
Public Sub New (
_x As Double,
_y As Double
)
Request Example
View SourceParameters
- _x Double
-
- _y Double
-
See Also