PO.Spline.Step.Interp Function
Description:
Calculates interpolated value using step interpolation.
Excel Function Syntax:
=PO.Spline.Step.Interp(x_values, y_values, t)
Parameters:
| Parameter | Description |
|---|---|
| x_values | The x coordinate values. |
| y_values | The y coordinate values. |
| t | Point t to interpolate at. |