LinearSmoother.nextSample

Set the target value and return the next sample.

struct LinearSmoother(T)
public nothrow @nogc
T
nextSample
()
if (
is(T == float) ||
is(T == double)
)

Meta