CADETProcess.dataStructure.parameter.RangedInteger#
- class CADETProcess.dataStructure.parameter.RangedInteger(*args, ty=None, **kwargs)[source]#
Parameter descriptor for integers parameters constrained within bounds.
- Attributes:
defaultAny: Get or set the default value of the parameter.
Methods
cast_value(value)Cast the type of the given value.
check_range(value)Validate if the value is within the defined range.
get_default_value(instance)Return default values if necessary.
tyalias of
int