Trait float::Max [] [src]

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

Maximum value.

Required Methods

[]

Returns the maximum value of self or other.

Implementors