Herror ::tuple_ceil (
    const HTuple &T,
    double *Ceil
)
Herror ::tuple_ceil (
    const HTuple &T,
    HTuple *Ceil
)

Compute the ceiling function of a tuple.

::tuple_ceil computes the ceiling function of the input tuple T, i.e., the smallest integer greater than or equal to T. The ceiling function is always returned as a floating point number. The ceiling function of a string is not allowed.


Parameters

T (input_control)
number(-array) -> HTuple.double / long
Input tuple.

Ceil (output_control)
number(-array) -> (HTuple.) double *
Ceiling function of the input tuple.


Alternatives

::tuple_ceil


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH