8000 Integer · flofriday/Moose Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Integer

Johannes Zottele edited this page Sep 19, 2022 · 1 revision

An integer is a whole number (not a fractional number) that c A422 an be positive, negative, or zero.


Int.abs() > Int

Returns the absolute of the integer.

Int.toBool() > Bool

Returns the integer converted to a bool.

Int.toFloat() > Float

Returns the integer converted to a float.

Int.toString() > String

Returns the integer converted to a String.

Clone this wiki locally
0