pub fn max_f64( data: &[f64], mask: Option<&Bitmask>, null_count: Option<usize>, ) -> Option<f64>
Returns the maximum of a f64 slice.
f64