Complex(Double, Double) Constructor
Definition
Namespace: DWSIM.MathOps.MathEx.AP
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public Complex(
double _x,
double _y
)VB
Public Sub New (
_x As Double,
_y As Double
)