Trait idsp::MulScaled[][src]

pub trait MulScaled<T> {
    fn mul_scaled(self, other: T) -> Self;
}
Expand description

Full scale fixed point multiplication.

Required methods

Implementors