<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@essex/toolbox](./toolbox.md) &gt; [interpolate](./toolbox.interpolate.md)

## interpolate variable

Interpolates a data list, filling in the specified multiple. This returns a list of numberic values. The input does not have to be numeric, but if it isn't an accessor function should be supplied. Note that this just performs linear interpolation

<b>Signature:</b>

```typescript
interpolate: (data: any[], multiple: number, accessor?: (d: any) => any) => number[]
```
