Timestream.round
- Timestream.round()
-
Return a Timestream with all values rounded to the nearest integer.
- Returns:
-
A Timestream of the same type as
self
. The result containsnull
if the value was
null
at that point. Otherwise, it containsthe result of rounding the value to the nearest integer.
NotesThis method may be applied to any numeric type. For anything other than
float32
andfloat64
it has no affect since the values are already integers.