function Sumc: TCplx;
Sum (complex value).
Returns: TCplx (complex) - the complex sum of all calling object complex elements.
Remarks:
An exception is raised if calling object clVector.Complex property is False.
See Also: clVector.Sum
Indexed: function Sumc(Index: Integer; Len: Integer): TCplx;
Returns the complex sum of calling object complex elements [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
| 2 | Len | Integer | element count |
Returns: TCplx (complex)
Remarks:
An exception is raised if calling object clVector.Complex property is False or array borders are overrun/underrun.