MATLAB Function Reference
  Go to function:
    Search    Help Desk 
floor    Examples   See Also

Round towards minus infinity

Syntax

Description

B = floor(A) rounds the elements of A to the nearest integers less than or equal to A. For complex A, the imaginary and real parts are rounded independently.

Examples

See Also

ceil, fix, round



[ Previous | Help Desk | Next ]