TSCplx::Compare Method

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

Lexicographic compare of two TSCplx values.

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

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

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