Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Sumc() const; | Sum (complex value). |
| 2 | TCplx Sumc(int Index, int Len) const; | Returns the complex sum of calling object complex elements [Index]..[Index+Len-1]. |
Overload 1: TCplx Sumc() const;
Sum (complex value).
Returns: the complex sum of all calling object complex elements.
Remarks:
An exception is raised if calling object clMatrix::Complex property is False.
See Also: clMatrix::Sum
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: TCplx Sumc(int Index, int Len) const;
Returns the complex sum of calling object complex elements [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
Remarks:
An exception is raised if calling object clMatrix::Complex property is False or array borders are overrun/underrun.
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler