CADETProcess.dataStructure.parameter.RangedInteger

Contents

CADETProcess.dataStructure.parameter.RangedInteger#

class CADETProcess.dataStructure.parameter.RangedInteger(*args, ty=None, **kwargs)[source]#

Parameter descriptor for integers parameters constrained within bounds.

Attributes:
default

Any: 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.

ty

alias of int