TCplx Struct

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

struct TCplx;

Constructors

NameDescription
TCplx (2)

Properties

NameTypeDescription
Complexbool

Methods

NameDescription
CompareLexicographic compare of two TCplx values.
GetComplex

Operators

NameDescription
operator!= (7)Not equal operator for TCplx types.
operator* (13)Multiply operator for TCplx types.
operator+ (13)Add operator for TCplx types.
operator- (14)Subtract operator for TCplx types.
operator/ (13)Divide operator for TCplx types.
operator< (7)Less than operator for TCplx types.
operator<= (7)Less than or equal operator for TCplx types.
operator== (7)Equal operator for TCplx types.
operator> (7)Greater than operator for TCplx types.
operator>= (7)Greater than or equal operator for TCplx types.

Fields

NameTypeDescription
ImdoubleImaginary part of the complex number.
RedoubleReal part of the complex number.