GeometricMean

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