array_select
File Purpose: select part of a list-like object based on values.
Functions
|
returns the value closest to x, but not smallerthan x. |
|
returns listlike, sliced starting from the value closest to x, but not smaller than x. |
|
returns listlike, sliced until the value closest to x, but not larger than x. |
|
returns the value closest to x, but not larger than x. |
|
returns the list of values with x1 <= value <= x2. |
|
returns the value closest to x. |
|
returns the index of the value closest to x, but not smaller than x. |
|
returns the index of the value closest to x, but not larger than x. |
|
returns the list of indices for all values x1 <= value <= x2. |
|
returns the index of the value closest to x. |
Classes
class which adds select_. |
|
class which provides select_. |