Round Float To Digits
The Round(Digits)
allows us define to which digit behind the decimal point we want to round a float.
We also can use Floor
(down to next integer) or Ceil
(up to next integer) node to round values.
The Round(Digits)
allows us define to which digit behind the decimal point we want to round a float.
We also can use Floor
(down to next integer) or Ceil
(up to next integer) node to round values.