Timestream.round

Timestream.round()

Return a Timestream with all values rounded to the nearest integer.

Returns:

Timestream

A Timestream of the same type as self. The result contains null

if the value was null at that point. Otherwise, it contains

the result of rounding the value to the nearest integer.

Notes

This method may be applied to any numeric type. For anything other than float32 and float64 it has no affect since the values are already integers.

See Also