Function to_f64

Source
pub fn to_f64(v: impl ToF64) -> Value
Expand description

Slightly easier way to create a new ecf::Value::F64()

This isn’t marked as const because it gives an error for const trait functions