Sequence F32ToByte

std/conversion/scalar/to_byte::F32ToByte


Inputs

value: Stream<f32>

Outputs

↦ data: Stream<byte>


Convert stream of f32 into byte.

f32 gets converted into byte, and the resulting bytes are send through stream in continuity.