staircase.Stairs.invert#

Stairs.invert()#

Returns a boolean-valued step function indicating where self is zero-valued.

Equivalent to ~self. See examples below.

Returns
Stairs

new instance representing the result of ~self

Examples

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