AbstractSymmetricRangeMixin#

class named_arrays.AbstractSymmetricRangeMixin#

Bases: AbstractRangeMixin

Attributes

center

Center value of the range.

range

start

Starting value of the range.

stop

Ending value of the range.

width

Width of the range.

Methods

__init__()

Inheritance Diagram

Inheritance diagram of named_arrays.AbstractSymmetricRangeMixin
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.

property stop: int | float | complex | ndarray | Quantity | AbstractArray#

Ending value of the range.

abstract property width: int | float | complex | ndarray | Quantity | AbstractArray#

Width of the range.