pub fn to_f64(v: impl ToF64) -> Value
Slightly easier way to create a new ecf::Value::F64()
ecf::Value::F64()
This isn’t marked as const because it gives an error for const trait functions
const