staircase.Stairs.notna#
- Stairs.notna()#
Returns a new ‘boolean valued’ step function indicating where the domain of self is not defined.
The value of the step function is 1 where self is defined, and 0 where self is not defined.
- Returns:
See also
Examples