WorksheetFunction.Gamma(Double) Method

Definition

Returns the Gamma function value.

public:
 double Gamma(double Arg1);
public double Gamma (double Arg1);
Public Function Gamma (Arg1 As Double) As Double

Parameters

Arg1
Double

The value for which you want to calculate Gamma.

Returns

DOUBLE

Applies to