다음을 통해 공유


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

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

반환

Double

감마 값입니다.

예제

다음 코드는이 수식을 사용 하는 방법에 설명 합니다.

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

적용 대상