WorksheetFunction.Fact(Double) Method

Definition

Returns the factorial of a number. The factorial of a number is equal to 123*...* number.

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

Parameters

Arg1
Double

Number - the nonnegative number you want the factorial of. If number is not an integer, it is truncated.

Returns

Applies to