clMatrix.Minc Method

Overload List

#SignatureDescription
1TCplx MincMinimum value.
└ indexed: TCplx Minc(Int32 Index, Int32 Len)
2Int32 Minc(ref TCplx AMin, Int32 Index, Int32 Len)Calculate the minimum value of calling object complex elements [Index]..[Index+Len-1].

Overload 1: TCplx Minc

Minimum value.

Returns: TCplx (complex)

Remarks:

Returns the minimum value of all calling object complex elements. Complex elements are first compared by the amplitude and then by the argument. An exception is raised if calling object Dew.Math.clMatrix.Complex is .

See Also: clMatrix.Min

Indexed: TCplx Minc(Int32 Index, Int32 Len)

Returns the minimum value of calling object complex elements [Index]..[Index+Len-1].

#NameTypeDescription
1IndexInt32start index
2LenInt32element count

Returns: TCplx (complex)

Remarks:

The result is a complex value. Complex elements are first compared by the amplitude and then by the argument. An exception is raised if calling object. Dew.Math.clMatrix.Complex property is or array borders are overrud/underrun.

Overload 2: Int32 Minc(ref TCplx AMin, Int32 Index, Int32 Len)

Calculate the minimum value of calling object complex elements [Index]..[Index+Len-1].

#NameTypeDescription
1AMinTCplx (ref)output
2IndexInt32start index
3LenInt32element count

Returns: Int32

Remarks:

The AMin parameter returns complex minimum value. Returns the index of minimum value. Complex elements are first compared by the amplitude and then by the argument. An exception is raised if calling object Dew.Math.clMatrix.Complex property is or array borders are overrun/underrun.