TCplx Productc
Elements product.
Returns: TCplx (complex) - the complex product of all calling object complext elements.
Remarks:
An exception is raised if calling object Dew.Math.TOpenCLBase.Complex property is false.
Indexed: TCplx Productc(Int32 Index, Int32 Len)
Returns the complex product for 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 array borders are overrun or underrun or if Dew.Math.TOpenCLBase.Complex propety is false.