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

Synopsis

max float float

max is NOT undoable, NOT queryable, and NOT editable.

Returns the larger of the two floating point arguments.

Return value

floatMaximum value

Related

min

MEL examples

max -4 -6;
// Result: -4 //