Math387.Smaller / Smallerf Method

Overload List

#SignatureDescription
1Boolean Smaller(TCplx X, TCplx Y)Compares two complex numbers.
2Boolean Smaller(TCplx X, Double Y)Compare one real and one complex number.
3Boolean Smaller(TSCplx X, TSCplx Y)
4Boolean Smaller(TSCplx X, Single Y)
5Boolean Smaller(Double X, TCplx Y)Compare one real and one complex number.
6Boolean Smaller(Double A, Double B, Double Tol)Compare two real numbers.
7Boolean Smaller(Single X, TSCplx Y)
8Boolean Smallerf(Single A, Single B, Single Tol)

Overload 1: Boolean Smaller(TCplx X, TCplx Y)

Compares two complex numbers.

#NameTypeDescription
1XTCplxscalar
2YTCplxscalar

Returns: Boolean - true if X is smaller than Y. If absolute values are equal it compares the phase.

Overload 2: Boolean Smaller(TCplx X, Double Y)

Compare one real and one complex number.

#NameTypeDescription
1XTCplxscalar
2YDoublescalar

Returns: Boolean

Overload 3: Boolean Smaller(TSCplx X, TSCplx Y)

#NameTypeDescription
1XTSCplxscalar
2YTSCplxscalar

Returns: Boolean

Overload 4: Boolean Smaller(TSCplx X, Single Y)

#NameTypeDescription
1XTSCplxscalar
2YSinglescalar

Returns: Boolean

Overload 5: Boolean Smaller(Double X, TCplx Y)

Compare one real and one complex number.

#NameTypeDescription
1XDoublescalar
2YTCplxscalar

Returns: Boolean

Overload 6: Boolean Smaller(Double A, Double B, Double Tol)

Compare two real numbers.

#NameTypeDescription
1ADoublescalar
2BDoublescalar
3TolDoublescalar

Returns: Boolean - true, if A is smaller than B within defined tolerance: |A-B| < Tol .

Overload 7: Boolean Smaller(Single X, TSCplx Y)

#NameTypeDescription
1XSinglescalar
2YTSCplxscalar

Returns: Boolean

Overload 8: Boolean Smallerf(Single A, Single B, Single Tol)

#NameTypeDescription
1ASinglescalar
2BSinglescalar
3TolSinglescalar

Returns: Boolean