Dear community,
is there a chance to convert the [line] objects output to one decimal bit showing the stream in this format: x.y
Thank you!!
Convert [line] output to a float value with only one decimal bit
Dear community,
is there a chance to convert the [line] objects output to one decimal bit showing the stream in this format: x.y
Thank you!!
@Moothart [int] rounds a number to an integer.
So if you multiple your values by 10... then pass them through [int] and divide the result by 10 you will have values with one decimal point.
David.
Works fine! (tought about a parameter in [float] to truncate or such...) Thanks very much!!
Oops! Looks like something went wrong!