staircase.logical_and#

staircase.logical_and(collection)#

Returns a boolean-valued step function resulting from a logical-and operation.

The operands are the Stairs instances in the object the accessor belongs to.

Returns
staircase.Stairs

boolean-valued step function

Examples

>>> arr = [s1, s2]
../../_images/staircase-logical_and-1.png