tuple_round ( : : T : Round )

Convert a tuple into a tuple of integer numbers.

tuple_round converts the input tuple T into a tuple of integer numbers by rounding T to the nearest integer. The conversion of a string is not allowed.


Parameters

T (input_control)
number(-array) -> real / integer
Input tuple.

Round (output_control)
number(-array) -> integer
Input tuple as integer numbers.


Parallelization Information

tuple_round is reentrant and processed without parallelization.


Alternatives

tuple_int


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH