Trait light_curve_dmdt::Normalisable[][src]

pub trait Normalisable: ApproxInto<u8, DefaultApprox> + ValueFrom<usize> + Num + NumOps + PartialOrd + ScalarOperand + Copy {
    fn clamp(self, min: Self, max: Self) -> Self;
fn max_u8() -> Self; }

Required methods

fn clamp(self, min: Self, max: Self) -> Self[src]

fn max_u8() -> Self[src]

Loading content...

Implementations on Foreign Types

impl Normalisable for usize[src]

impl Normalisable for f32[src]

impl Normalisable for f64[src]

Loading content...

Implementors

Loading content...