Click or drag to resize

CombinatoricsGetFactorial Method

Computes the factorial function n! of a given integer number > 0.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public static long GetFactorial(
	long n
)
Request Example View Source

Parameters

n
Type: SystemInt64
The number whose factorial we want to determine.

Return Value

Type: Int64
The factorial n! of the given number.
See Also