Sequence F64ToByte

std/conversion/scalar/to_byte::F64ToByte


Inputs

value: Stream<f64>

Outputs

↦ data: Stream<byte>


Convert stream of f64 into byte.

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