AbstractSymmetricRangeMixin#
- class named_arrays.AbstractSymmetricRangeMixin#
Bases:
AbstractRangeMixinAttributes
Center value of the range.
Starting value of the range.
Ending value of the range.
Width of the range.
Methods
__init__()Inheritance Diagram

- abstract property center: int | float | complex | ndarray | Quantity | AbstractArray#
Center value of the range.
- property range: AbstractArray#
- property start: int | float | complex | ndarray | Quantity | AbstractArray#
Starting value of the range.