ll.Round

ll.Round(Value: number) : number

Returns Value rounded to the nearest integer. Returns the Value rounded to the nearest integer.

Example

ll.Round(3.14)
{
  "def": "func",
  "desc": "Returns Value rounded to the nearest integer.\nReturns the Value rounded to the nearest integer.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlRound",
  "name": "Round",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Value",
          "desc": "",
          "type": [
            "number"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll