pub trait EmaSingleIF: EmaIF {
    // Provided method
    fn get(&self) -> f64 { ... }
}

Provided Methods§

source

fn get(&self) -> f64

return the current value.

Implementors§