Trait statest::cast::ToVecf64[][src]

pub trait ToVecf64 {
    fn to_vec_f64(&self) -> Vec<f64>;
}

Trait for cast f32 -> f64.

Required methods

fn to_vec_f64(&self) -> Vec<f64>[src]

Cast f32 -> f64.

Loading content...

Implementations on Foreign Types

impl ToVecf64 for [f32][src]

Loading content...

Implementors

Loading content...