ArrayRound Op

ArrayRound

Round numbers up


Use to convert floating point values to integers An array with the values [0.5,1.2,4.8] Will become [1,2,5]


Full Name
  • Ops.Array.ArrayRound
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


In (Array)

Array in

Method index (Number: integer)
Decimal Places (Number: integer)

OUTPUT PORTS


Result (Array)

Array out


Changelog

Patches using ArrayRound

  • Examples
  • Public
  • My Patches