  | SpecialFunctionsFactorial Method | 
            Factorial.  The number of ways that n objects can be permuted.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Factorial(
	int n
)
Public Shared Function Factorial ( 
	n As Integer
) As Double
public:
static double Factorial(
	int n
)
static member Factorial : 
        n : int -> float Parameters
- n  Int32
 - The number of objects.
 
Return Value
DoubleFactorial of n.
Exceptions
See Also