PO.Spline.Linear.IntegT1T2 Function
Description
Calculates definite integral using linear spline interpolation from point t1 to point t2.
Syntax
=PO.Spline.Linear.IntegT1T2(x_values, y_values, t1, t2)Parameters
| Parameter | Description |
|---|---|
| x_values | The x coordinate values. |
| y_values | The y coordinate values. |
| t1 | Left bound of the integration interval [t1,t2]. |
| t2 | Right bound of the integration interval [t1,t2]. |