Element-wise rounding. You can also use the round() generic.
Arguments
- operand
(
tensorish)
Operand.- method
(
character(1))
Rounding method. Either"nearest_even"(default) or"afz"(away from zero).
Value
tensorish
Has the same shape and data type as the input.
See also
nvl_round() for the underlying primitive.