function Productc: TCplx;
Elements product.
Returns: TCplx (complex) - the complex product of all calling object complex elements.
Remarks:
An exception is raised if calling object Vector.Complex property is false.
See Also: Vector.Product
Indexed: function Productc(Index: Integer; Len: Integer): TCplx;
Returns the complex product for 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 array borders are overrun or underrun or if Vector.Complex propety is false.