staircase.Stairs.multiply#

Stairs.multiply(other)#

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

Equivalent to self * other. See examples below.

Parameters
otherint, float, or Stairs
Returns
Stairs

new instance representing the result of self * other

Examples

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