Float Field
- class FloatField(size: int = 8, starting_position: int = 0, decimal_digits: int = 4, format: str = 'F', sep: str = '.', value: float | None = None)[source]
Class for representing an float field for being read from and written to a file. The format to read and write the value is given by ‘F’ for fixed point notation and ‘E’ for scientific notation.