upperStatistics property

Statistics<N>? upperStatistics
getter/setter pair

Returns the computed Statistics of the upper part of the numeric collection, from index centerIndex (inclusive) to length (exclusive).

Implementation

Statistics<N>? upperStatistics;