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 containsnullif the value was
nullat 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
float32andfloat64it has no affect since the values are already integers.