Your Ad Here

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

Synopsis

min <float> <float>

min is undoable, queryable, and editable.

Returns the smaller of the two floating point arguments.

Return value


float

Related

max

MEL examples

min -4 -6;
// Result: -6 //
min -5 -5;
// Result: -5 //

  

Return to Autodesk Index


Your Ad Here