Go to: Synopsis. Return value. Related. MEL examples.

Synopsis

maxint

maxint is undoable, NOT queryable, and NOT editable.

Returns the largest integer value that can be represented on this system. Any attempt to create a larger value will result in an incorrect result.

Return value

intThe maximum integer value possible on this system

Related

minint

MEL examples

maxint;
// Result: 2147483647 //