From WikiChip
$round Identifier - mIRC
< mirc‎ | identifiers
Revision as of 15:52, 24 October 2017 by 83.204.221.160 (talk) (Created page with "{{mirc title|$round Identifier}}'''$round''' returns a floating point number rounded to a number of decimal. == Synopsis == <pre>$round(N,D)</pre> == Paramters == * '''N''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$round returns a floating point number rounded to a number of decimal.


Synopsis

$round(N,D)

Paramters

  • N - The number you want to round
  • D - The number of decimal to round

Properties

None

Example

//echo -a $round(4.98472,3)

Compatibility

Added: mIRC v5.1
Added on: 28 Aug 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$int $ceil $floor $int $abs $calc