lowerStatistics property

Statistics<N>? lowerStatistics
getter/setter pair

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

Implementation

Statistics<N>? lowerStatistics;