Skip to content

TEGS Scripting: Integer Library

Jon Thysell edited this page Mar 19, 2022 · 8 revisions

The Integer library provides constants and functions relevant to the Integer type.

Constants

Name Full Name Type Value Description
MaxValue Integer.MaxValue Integer 2,147,483,647 The largest possible value of an Integer.
MinValue Integer.MinValue Integer -2,147,483,648 The smallest possible value of an Integer.

Functions

N/A