centerIndex property

int centerIndex

The center value index of the numeric collection: (length ~/ 2) (Equivalent to medianHighIndex).

Implementation

int get centerIndex => medianHighIndex;