You are here: Symbol Reference > MtxVec Namespace > Classes > TVec Class > public > CumProduct Method > TVec.CumProduct Method (TCplx)
MtxVec VCL
ContentsIndex
PreviousUpNext
TVec.CumProduct Method (TCplx)

Calculate the cumulative product for all Vec elements.

Pascal
function CumProduct(const Value: TCplx): TMtxVec; overload;

The size must be set by the user. The function will store all powers of Value in CValues[i] := IntPower(Value, i) at corresponding array index.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!