CADETProcess.dataStructure.parameter.FloatList.check_dtype

CADETProcess.dataStructure.parameter.FloatList.check_dtype#

FloatList.check_dtype(value: Any) None#

Validate if the dtype of values is correct.

Parameters:
valueAny

Value to check against the range.

Raises:
TypeError

If the dtype is not correct.