Click or drag to resize

SpecialFunctionsFactorial Method

Computes the Factorial function of the specified integer.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static double Factorial(
	int n
)

Parameters

n
Type: SystemInt32
The argument at which the function must be evaluated.

Return Value

Type: Double
The value taken on by the function.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionn is negative.
See Also