CADETProcess.dataStructure.parameter.Integer#
- class CADETProcess.dataStructure.parameter.Integer(*args, ty=None, **kwargs)[source]#
Parameter descriptor constrained to integer values.
- Attributes:
defaultAny: Get or set the default value of the parameter.
Methods
cast_value(value)Cast the type of the given value.
get_default_value(instance)Return default values if necessary.
tyalias of
int