ceil

This function returns the smallest integral value larger than the input.


Synopsis

	function ceil( 
		value:numeric
	)

Arguments

value
An array of one or more values of any dimension.

Description

For each element in the value parameter, the smallest integral value larger than the element is returned. The output dimensions are identical to the value parameter. Missing values in the input are ignored and propagated through to the output. Return value is of type double if values of type double are passed in.

Reference Manual Control Panel

NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.9 $ $Date: 1998/11/11 23:32:14 $