ceiling(Array) Function

Top 

Description

Computes the ceiling value of the specified value. The ceiling is the smallest integer that is greater than or equal to the specified value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

ceiling(

Array A)

 

 

Arguments

A


Description:

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

 

 

 

Return Value

Type:

Array of number

 

 

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

 

Syntax

myArray1 = ceiling(myArray2);

 

 

See also

ceiling