Go to: Synopsis. Return value. Related. MEL examples.
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.int | The maximum integer value possible on this system |
maxint; // Result: 2147483647 //