WorksheetFunction.Fact(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.