Go to: Synopsis. Return value. Related. MEL examples.
minint
minint is undoable, NOT queryable, and NOT editable.
Returns the smallest integer value that can be represented on this system. Any attempt to create a lower value will result in an incorrect answer.int | The miniumum integer value possible on this system |
minint; // Result: -2147483648 //