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