StatisticFormula.GammaFunction Method (Double)

.NET Framework (current version)
 

The gamma function calculates the gamma value.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

public double GammaFunction(
	double value
)

Parameters

value
Type: System.Double

Value for which the gamma value is required.

Return Value

Type: System.Double

Gamma value.

The following code demonstrates how to use this formula.

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

.NET Framework
Available since 4.0
Return to top
Show: