skrf.vi.validators.FloatValidator

class skrf.vi.validators.FloatValidator(min=None, max=None, decimal_places=50)[source]
Parameters:

Methods

__init__

check_bounds

validate_input

Try to convert arg to a valid value and return.

validate_output

Try to convert arg to a valid value and return.