TSCplx::TSCplx Constructor

Overload List

#SignatureDescription
1TSCplx();
2TSCplx(float re, float im);
3TSCplx(const TCplx &AValue);Explicit conversion of TCplx (double) to TSCplx (single).

Overload 1: TSCplx();

Declared in Dew::Math::TSCplx · Dew.Math/Math387.h · Cross-compiler

Overload 2: TSCplx(float re, float im);

#NameTypeDescription
1refloat
2imfloat
Declared in Dew::Math::TSCplx · Dew.Math/Math387.h · Cross-compiler

Overload 3: TSCplx(const TCplx &AValue);

Explicit conversion of TCplx (double) to TSCplx (single).

#NameTypeDescription
1AValueconst TCplx &
Declared in Dew::Math::TSCplx · Dew.Math/Math387.h · Cross-compiler