TSCplx.LessThan Operator

Overload List

#SignatureDescription
1class operator LessThan(const ALeft: TSCplx; const ARight: TSCplx): Boolean;Less than operator for TSCplx types.
2class operator LessThan(const ALeft: TSCplx; const ARight: Single): Boolean;Less than operator for mixed TSCplx and real types.
3class operator LessThan(const ALeft: Single; const ARight: TSCplx): Boolean;Less than operator for mixed TSCplx and real types.

Overload 1: class operator LessThan(const ALeft: TSCplx; const ARight: TSCplx): Boolean;

Less than operator for TSCplx types.

#NameTypeDescription
1ALeftTSCplxscalar
2ARightTSCplxscalar

Returns: Boolean

Overload 2: class operator LessThan(const ALeft: TSCplx; const ARight: Single): Boolean;

Less than operator for mixed TSCplx and real types.

#NameTypeDescription
1ALeftTSCplxscalar
2ARightSinglescalar

Returns: Boolean

Overload 3: class operator LessThan(const ALeft: Single; const ARight: TSCplx): Boolean;

Less than operator for mixed TSCplx and real types.

#NameTypeDescription
1ALeftSinglescalar
2ARightTSCplxscalar

Returns: Boolean