Skip to content

Functions: Integer Function

Kristof Kovacs edited this page Jul 9, 2023 · 1 revision

Integer function

Aliases

  • INT

Description

Returns a value converted into an integer.

Arguments

This function has 1 required argument.

  • value (Number) → The number to be converted into an integer.

Schematics

INTEGER(<value>) → (Integer)

Example

INTEGER(3.333333)  3
Clone this wiki locally