StatisticFormula.GammaFunction(Double) 메서드

정의

감마 함수는 감마 값을 계산합니다.

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

매개 변수

value
Double

감마 값이 필요한 값입니다.

반품

감마 값입니다.

예제

다음 코드에서는 이 수식을 사용하는 방법을 보여 줍니다.

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

적용 대상