HarmonicMean

Declaration: TVector.HarmonicMean (LowElem, HighElem: integer): double;
The method HarmonicMean calculates the harmonic mean of all elements between LowElem and HighElem (including these border elements). If any of the elements is negative or zero an exception is raised.