Search

 

Module: Editor

Version: 5.1.4 +

Type: Long or Double

Category: Matrix

 

Description

The formula 'Floor' rounds the elements of a matrix down. The function 'Floor' creates a new matrix with integers that are round off.

Parameters

Matrix:               the matrix you want to round off.

Example

Description

In the following example the formula 'Floor' is used to round the elements of the matrix.

Values parameters

Matrix:

Column1Column2Column3Column4
 2,6465 4,8964 6,3248 8,6856
 3,7452 5,0526 7,1664 9,7885

 

Result

Matrix:

Column1Column2Column3Column4
 2 4
 3

 

The result is a matrix with the elements of the original matrix round off. 

Related Topics

Round : The formula 'Round' for a double rounds a number to a specified number of digits. The formula 'Round' for an integer rounds a real number to the nearest even integer.

Feedback

If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.

Updated: 2014-09-08