Click or drag to resize

CombinatoricsGetPermutations Method

Returns the number of possible permutations of k elements from a set of n (without repetition).

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

Parameters

n
Type: SystemInt64
The number of elements in the set.
k
Type: SystemInt64
The number of elements to choose from the set (permutation size).

Return Value

Type: Int64
Remarks
See .