Normalized Float

class c104.NormalizedFloat
__init__(self, value: int) None

create a fixed-length integer instance

Parameters:
  • value (int | float) – the value

  • value – the value

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

property max

maximum value (read-only)

Type:

float

property min

minimum value (read-only)

Type:

float