floor(Matrix) Function

Top 

Description

Computes the floor value of the specified value. The floor is the largest integer that is less than or equal to the specified value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

floor(

Matrix M)

 

 

Arguments

M


Description:

The matrix whose element-by-element floor value will be returned.

 

 

 

Return Value

Type:

Matrix of number

 

 

A matrix containing the floor value of each element of matrix M.

 

Syntax

myMatrix1 = floor(myMatrix2);

 

 

See also

floor