pub fn values_to_f32_with_count(
    list: &Vec<ConfigurationValue>
) -> (Vec<f32>, usize, usize, usize)
Expand description

Get a vector of f32 from a vector of ConfigurationValues, skipping non-numeric values. It also counts the number of good, None, and other values.