Herror ::tuple_floor (
    const HTuple &T,
    double *Floor
)
Herror ::tuple_floor (
    const HTuple &T,
    HTuple *Floor
)

Compute the floor function of a tuple.

::tuple_floor computes the floor function of the input tuple T, i.e., the largest integer less than or equal to T. The floor function is always returned as a floating point number. The floor function of a string is not allowed.


Parameters

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

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


Alternatives

::tuple_ceil


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH