subsetNumUnpackedDimensions property

int? get subsetNumUnpackedDimensions

The number of unpacked dimensions in the port subset, if applicable.

Returns the count of unpacked dimensions after applying array indexing and slicing operations. null if the result is a simple scalar logic signal.

Implementation

int? get subsetNumUnpackedDimensions =>
    _elementWidthAndDimensions.numUnpackedDimensions;