Summary
Integrate calling vector values.
Class
TVec
Declaration
Function Integrate(Init: TVec): TVec;
| Parameter | Description |
|---|
| Init | Definies initial values for integration. Size of Init vector determines how many times calling vector values will be integrated. |
Description
Perform d-times integration of calling vector values, where d is equal to Init length.
Declaration
Function Integrate(Vec: TVec; Init: TVec): TVec;
Description
Integrate all Vec elements using initial values in Init and store the results in calling vector.
Length and
Complex properties of the calling vector are set implicitly the size and type of the result.
| Copyright 2008 Dew Research |
http://www.dewresearch.com