Click or drag to resize

SpecialFunctionsFactorial Method

Factorial. The number of ways that n objects can be permuted.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Factorial(
	int n
)

Parameters

n  Int32
The number of objects.

Return Value

Double
Factorial of n.
Exceptions
ExceptionCondition
InvalidArgumentException The parameter n must be a non-negative integer.
See Also