TSCplx.Compare Method

Int32 Compare(TSCplx Left, TSCplx Right)

Lexicographic compare of two TSCplx values.

#NameTypeDescription
1LeftTSCplxscalar
2RightTSCplxscalar

Returns: Int32

Remarks:

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