archimedes.measure.UnitInterval.Parameters¶

class UnitInterval.Parameters(a: float | None = None, b: float | None = None)¶

Bounds of the target interval; see affine_params.

Methods

replace(**updates)

Returns a new object replacing the specified fields with new values.

Attributes

a

b

__init__(a: float | None = None, b: float | None = None) → None¶
replace(**updates) → T¶

Returns a new object replacing the specified fields with new values.