Normalized Float
- class c104.NormalizedFloat
- __init__(self, value: int) None
create a fixed-length integer instance
- Parameters:
- Raises:
ValueError – cannot convert value to fixed-length integer
__init__(self, value – int | float) -> None:
create a fixed-length float instance –
ValueError – cannot convert value to fixed-length float