$int

From Scriptwiki
Revision as of 11:43, 5 September 2005 by Zyberdog (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the specified integer number without rounding.

$int(N)
  • N is the number with decimals you want to handle.

Examples

$int($pi) - will return 3
$int(9312412.3213) - will return 9312412

See also

$round, $ceil and $floor.