TCplx.Compare Method

Int32 Compare(TCplx Left, TCplx Right)

Lexicographic compare of two TCplx values.

#NameTypeDescription
1LeftTCplxscalar
2RightTCplxscalar

Returns: Int32

Remarks:

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