collect_window_values

Function collect_window_values 

Source
pub fn collect_window_values(
    array: &Float64Array,
    range: &Range<usize>,
) -> Vec<f64>
Expand description

Collect valid f64 values from a Float64Array within the given range, skipping NULL, NaN, and ±Inf values.