Trait float::Max[][src]

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

Maximum value.

Required methods

Returns the maximum value of self or other.

Implementations on Foreign Types

Implementors