TOpenCLVector::Minc Method

Overload List

#SignatureDescription
1TCplx Minc();Minimum value.
2TCplx Minc(int Index, int Len);Returns the minimum value of calling object complex elements [Index]..[Index+Len-1].
3int Minc(TCplx &AMin, int Index, int Len);Calculate the minimum value of calling object complex elements [Index]..[Index+Len-1].

Overload 1: TCplx Minc();

Minimum value.

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 TOpenCLBase::Complex is .

See Also: TOpenCLVector::Min
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TCplx Minc(int Index, int Len);

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

#NameTypeDescription
1Indexint
2Lenint
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. TOpenCLBase::Complex property is or array borders are overrud/underrun.

Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler

Overload 3: int Minc(TCplx &AMin, int Index, int Len);

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

#NameTypeDescription
1AMinTCplx &
2Indexint
3Lenint
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 TOpenCLBase::Complex property is or array borders are overrun/underrun.

Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler