staircase.Stairs.negate#

Stairs.negate()#

An operator which produces a new Stairs instance representing the multiplication of the step function by -1.

Equivalent to -self. See examples below.

Returns
Stairs

new instance representing the result of -self

See also

Stairs.subtract

Examples

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