Calculates the geometric mean of the series's elements values.
[Visual Basic]
Overloads Public Shared Function GeometricMean( _
ByVal elementName As String, _
ByVal s As Series, _
ByVal elementValue As ElementValue _
) As Element
[C#]
public static Element GeometricMean(
string elementName,
Series s,
ElementValue elementValue
);
FinancialEngine Class | FinancialEngine Members | Overload List | Evaluates the arithmetic mean of the series.
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.