Trait statrs::statistics::Max
source · [−]pub trait Max<T> {
fn max(&self) -> T;
}
Expand description
The Max
trait specifies that an object has a maximum value
Required methods
Implementors
Panics if number of samples is zero