NumberNumber.FactorialOn this pageNumber.Factorial Returns the factorial of the number. Syntax Number.Factorial( number as number) as number Remarks Returns the factorial of the number number. Examples Example #1 Find the factorial of 10. Number.Factorial(10) Result: 3628800 Category Number.Operations