floor(Array) 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 millisecond timing precision mode.

 

Function Signature

floor(

Array A)

 

 

Arguments

A


Description:

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

 

 

 

Return Value

Type:

Array of number

 

 

An array containing the floor value of each element of array A.

 

Syntax

myArray1 = floor(myArray2);

 

 

See also

floor