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]