Freigeben über


StatisticFormula.GammaFunction(Double) Methode

Definition

Die Gammafunktion berechnet den Gammawert.

public:
 double GammaFunction(double value);
public double GammaFunction (double value);
member this.GammaFunction : double -> double
Public Function GammaFunction (value As Double) As Double

Parameter

value
Double

Der Wert, für den der Gammawert erforderlich ist.

Gibt zurück

Der Gammawert.

Beispiele

Der folgende Code veranschaulicht die Verwendung dieser Formel.

Dim result As Double = Chart1.DataManipulator.Statistics.GammaFunction(6.2)  
double result = Chart1.DataManipulator.Statistics.GammaFunction(6.2);  

Gilt für: