Your Ad Here

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

Synopsis

floor <float>

floor is undoable, queryable, and editable.

Returns the largest integer value that is not greater than the argument.

Return value


float

Related

ceil, trunc

MEL examples

floor 2;
// Result: 2 //
floor 2.82;
// Result: 2 //
floor -2.82;
// Result: -3 //
  

Return to Autodesk Index


Your Ad Here