samplebpf
samplebpf(
@bpf ## llll (required)
@pts ## int/float/list (required)
) -> int/float/list
Samples an interpolated value from a breakpoint function, given a list of normalized indices. See bpf
function.
Arguments
@bpf
[llll]: Breakpoint function (required)@pts
[int/float/list]: Sampling point/s (required)
Output
Interpolated bpf values [int/float/list]