Math387.Min / Minf Method

Overload List

#SignatureDescription
1TCplx Min(TCplx X, TCplx Y)Minimum of two numbers.
2TSCplx Min(TSCplx X, TSCplx Y)
3Double Min(Double X, Double Y)Minimum of two real numbers X and Y.
4Double Min(Double X, Int32 Y)
5Double Min(Int32 X, Double Y)
6Int32 Min(Int32 X, Int32 Y)Minimum of two integer numbers X and Y.
7Int64 Min(Int32 X, Int64 Y)
8Int64 Min(Int64 X, Int32 Y)
9Int64 Min(Int64 X, Int64 Y)Minimum of two 64bit integer numbers X and Y.
10Single Min(Single X, Single Y)
11Single Minf(Single X, Single Y)

Overload 1: TCplx Min(TCplx X, TCplx Y)

Minimum of two numbers.

#NameTypeDescription
1XTCplxscalar
2YTCplxscalar

Returns: TCplx (complex) - the minimum of two complex numbers X and Y.

Remarks:

Complex numbers are first compared by the absolute value. If they are equal they are further compared by the unwrapped phase -PI,PI angle.

Overload 2: TSCplx Min(TSCplx X, TSCplx Y)

#NameTypeDescription
1XTSCplxscalar
2YTSCplxscalar

Returns: TSCplx

Overload 3: Double Min(Double X, Double Y)

Minimum of two real numbers X and Y.

#NameTypeDescription
1XDoublescalar
2YDoublescalar

Returns: Double - the minimum of two real numbers X and Y.

Overload 4: Double Min(Double X, Int32 Y)

#NameTypeDescription
1XDoublescalar
2YInt32

Returns: Double

Overload 5: Double Min(Int32 X, Double Y)

#NameTypeDescription
1XInt32
2YDoublescalar

Returns: Double

Overload 6: Int32 Min(Int32 X, Int32 Y)

Minimum of two integer numbers X and Y.

#NameTypeDescription
1XInt32
2YInt32

Returns: Int32 - the minimum of two integer numbers X and Y.

See Also: Math387.Max

Overload 7: Int64 Min(Int32 X, Int64 Y)

#NameTypeDescription
1XInt32
2YInt64

Returns: Int64

Overload 8: Int64 Min(Int64 X, Int32 Y)

#NameTypeDescription
1XInt64
2YInt32

Returns: Int64

Overload 9: Int64 Min(Int64 X, Int64 Y)

Minimum of two 64bit integer numbers X and Y.

#NameTypeDescription
1XInt64
2YInt64

Returns: Int64 - the minimum of two 64bit integer numbers X and Y.

See Also: Math387.Max

Overload 10: Single Min(Single X, Single Y)

#NameTypeDescription
1XSinglescalar
2YSinglescalar

Returns: Single

Overload 11: Single Minf(Single X, Single Y)

#NameTypeDescription
1XSinglescalar
2YSinglescalar

Returns: Single