Returns the factorial of the number.
function (optional number as nullable any) as nullable any
number
Returns the factorial of the number number.
Number.Operations
Find the factorial of 10.
Number.Factorial(10)
3628800