[][src]Trait molecules::utils::RoundToMultiple

pub trait RoundToMultiple {
    fn round_to_multiple(&self, multiple: i32) -> Self;
}

Required methods

fn round_to_multiple(&self, multiple: i32) -> Self

Loading content...

Implementations on Foreign Types

impl RoundToMultiple for f32[src]

Loading content...

Implementors

Loading content...