Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Productc() const; | Elements product. |
| 2 | TCplx 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].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
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