Trait float::Min [−] [src]

pub trait Min {
    fn min(self, other: Self) -> Self;
}
[]

Minimum value.

Required Methods

fn min(self, other: Self) -> Self[]

Returns the minimum value of self or other.

Implementors