Number.Factorial

Syntax

Number.Factorial(number as nullable number) as nullable number

About

Returns the factorial of the number number.

Example 1

Find the factorial of 10.

Usage

Number.Factorial(10)

Output

3628800