Aglomera.NET - A hierarchical agglomerative clustering (HAC) library written in C#
Aglomera.NET - A hierarchical agglomerative clustering (HAC) library written in C#
Aglomera
Combinatorics Class
Combinatorics Methods
GetCombinations Method
GetFactorial Method
GetPermutations Method
Combinatorics
GetFactorial 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#
Copy
public
static
long
GetFactorial
(
long
n
)
Request Example
View Source
Parameters
n
Type:
System
Int64
The number whose factorial we want to determine.
Return Value
Type:
Int64
The factorial n! of the given number.
See Also
Reference
Combinatorics Class
Aglomera Namespace
Copyright (c) 2018 Pedro Sequeira