TComplex(TDouble, TDouble) Constructor

Initializes a new instance of the TComplex class

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public TComplex(
	TDouble re,
	TDouble im
)

Parameters

re  TDouble
 
im  TDouble
 

See Also