-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/identifiers/$floor
< mirc | identifiers
The $floor identifier will calculate and return a numerical value rounded to the next lowest integer.
Synopsis
$floor(N)
Parameters
N The number to be rounded down. Decimals cause the value to round down, while integers are returned the same.
Example
Echo to the active window 9.318 rounded to the next lowest integer:
//echo -a $floor(9.318)
Compatibility
Added: mIRC v6.1
Added On: 29/08/2003