Trait float::Min [] [src]

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

Minimum value.

Required Methods

Returns the minimum value of self or other.

Implementations on Foreign Types

impl Min for f32
[src]

[src]

impl Min for f64
[src]

[src]

Implementors