-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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. |
N/A
Copyright (c) 2019-2024 Jon Thysell