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

Synopsis

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.

Return value

intThe miniumum integer value possible on this system

Related

maxint

MEL examples

minint;
// Result: -2147483648 //