TSCplx Struct

Header: Dew.Math/Math387.h · Cross-compiler

struct TSCplx;

Constructors

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

Properties

NameTypeDescription
Complexbool

Methods

NameDescription
CompareLexicographic compare of two TSCplx values.
GetComplex

Operators

NameDescription
operator TCplxExplicit conversion of TSCplx (single) to TCplx (double).
operator!= (3)Not equal operator for TSCplx types.
operator* (3)Multiply operator for TSCplx types.
operator+ (3)Add operator for TSCplx types.
operator- (4)Subtract operator for TSCplx types.
operator/ (3)Divide operator for TSCplx types.
operator< (3)Less than operator for TSCplx types.
operator<= (3)Less than or equal operator for TSCplx types.
operator== (3)Equal operator for TSCplx types.
operator> (3)Greater than operator for TSCplx types.
operator>= (3)Greater than or equal operator for TSCplx types.

Fields

NameTypeDescription
ImfloatImaginary part of the complex number.
RefloatReal part of the complex number.