Timestream.clamp

Timestream.clamp(min=None, max=None)

Return a Timestream from self clamped between min and max.

Parameters:
  • min (Arg, default: None)

    The literal value to set as the lower bound.

  • max (Arg, default: None)

    The literal value to set as the upper bound.