Matrix::Productc Method

Overload List

#SignatureDescription
1TCplx Productc() const;Elements product.
2TCplx Productc(int Index, int Len) const;Returns the complex product for calling object complex elements [Index]..[Index+Len-1].

Overload 1: TCplx Productc() const;

Elements product.

Returns: the complex product of all calling object complext elements:

Remarks:

An exception is raised if calling object Matrix::Complex property is false.

See Also: Matrix::Product
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler

Overload 2: TCplx Productc(int Index, int Len) const;

Returns the complex product for calling object complex elements [Index]..[Index+Len-1].

#NameTypeDescription
1Indexint
2Lenint
Remarks:

An exception is raised if array borders are overrun or underrun or if Matrix::Complex propety is false.

Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler