This method returns the gamma function value for the given variable.
Calculates Gamma Function
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- n
- The value to find the gamma function for. Must be a positive, non-zero number.
Parameter for gamma function
Return Value
Returns gamma functionThe following returns the gamma function value for the given argument.
| Visual Basic | Copy Code |
|---|---|
Imports Dundas.Charting.WebControl<CRLF>...<CRLF><CRLF>Dim result As Double = Chart1.DataManipulator.Statistics.GammaFunction(6.2) | |
| C# | Copy Code |
|---|---|
using Dundas.Charting.WebControl;<CRLF>...<CRLF><CRLF>double result = Chart1.DataManipulator.Statistics.GammaFunction(6.2); | |
This method returns the gamma function value for the given variable specified by n.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family