TCplx::Compare Method

static int Compare(const TCplx &Left, const TCplx &Right);

Lexicographic compare of two TCplx values.

#NameTypeDescription
1Leftconst TCplx &
2Rightconst TCplx &
Remarks:

Returns -1 if Left < Right, 0 if equal, 1 if Left > Right.

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