pub trait ToF64 { // Required method fn to_f64(&self) -> f64; }
Converts this value into a F64 using the as cast operation.
as