staircase.Stairs.rmultiply#

Stairs.rmultiply(other)#

A binary operator facilitating the multiplication of step functions (and floats).

Equivalent to other * self. See examples below.

Parameters
otherint, float, or Stairs
Returns
Stairs

new instance representing the result of other * self

Examples

../../_images/staircase-Stairs-rmultiply-1.png