Trait float::Max[][src]

pub trait Max {
    fn max(self, other: Self) -> Self;
}

Maximum value.

Required methods

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

Returns the maximum value of self or other.

Loading content...

Implementations on Foreign Types

impl Max for f32[src]

impl Max for f64[src]

Loading content...

Implementors

Loading content...