StatisticFormula.GammaFunction(Double) Methode

Definitie

De gammafunctie berekent de gammawaarde.

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

Parameters

value
Double

Waarde waarvoor de gammawaarde is vereist.

Retouren

Gammawaarde.

Voorbeelden

De volgende code laat zien hoe u deze formule gebruikt.

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

Van toepassing op