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