Trait float::Min[][src]

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

Minimum value.

Required methods

Returns the minimum value of self or other.

Implementations on Foreign Types

Implementors