Sequence ToF64

std/conversion/vector/i32::ToF64


Inputs

value: Stream<Vec<i32>>

Outputs

↦ value: Stream<Vec<f64>>


Convert stream of Vec<i32> into Vec<f64> one.

Vec<i32> gets converted into Vec<f64>, and the resulting vectors are send through stream in continuity. This conversion is lossless, i32 values can all fit into f64.