Sequence ToF32

std/conversion/vector/u32::ToF32


Inputs

value: Stream<Vec<u32>>

Outputs

↦ value: Stream<Vec<f32>>


Convert stream of Vec<u32> into Vec<f32> one.

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