[−][src]Trait float::Min
Minimum value.
Required methods
fn min(self, other: Self) -> Self
Returns the minimum value of self or other.
Minimum value.
fn min(self, other: Self) -> SelfReturns the minimum value of self or other.
impl Min for f32[src]impl Min for f64[src]