pub fn f64_seconds_to_u64_millis(seconds: f64, value_name: &str) -> Result<u64>
Converts seconds represented as f64 to rounded milliseconds.
f64