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 can 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