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.
|
T (input_control) |
number(-array) -> HTuple.double / long |
| Input tuple. | |
|
Floor (output_control) |
number(-array) -> (HTuple.) double * |
| Floor function of the input tuple. | |
Operators not requiring licensing