CADETProcess.dataStructure.parameter.Sized.get_size

Contents

CADETProcess.dataStructure.parameter.Sized.get_size#

Sized.get_size(value: Any) int | tuple[int, ...][source]#

Determine the size of the provided value.

Parameters:
valueAny

The value for which the size needs to be calculated.

Returns:
int | tuple[int, …]

Size of the value.