共用方式為


StatisticFormula.GammaFunction(Double) 方法

定義

傳回指定之變數的 Gamma 函式值。

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

表示 Gamma 函式的 double 值。

適用於