CADETProcess.dataStructure.parameter.RangedInteger.cast_value

CADETProcess.dataStructure.parameter.RangedInteger.cast_value#

RangedInteger.cast_value(value)#

Cast the type of the given value.

This method is a placeholder. Override it if type-casting is necessary.

Parameters:
valueAny

Value to cast.

Returns:
Any

The unmodified value.