clVector.Sumc Method

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

#NameTypeDescription
1IndexIntegerstart index
2LenIntegerelement count

Returns: TCplx (complex)

Remarks:

An exception is raised if calling object clVector.Complex property is False or array borders are overrun/underrun.