TMtx.Sumc Method

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].

#NameTypeDescription
1IndexInt32start index
2LenInt32element 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.