Click or drag to resize

CombinatorialCombinationsT Method (Int32, Int32, FuncInt32, T)

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static IEnumerable<T> Combinations<T>(
	int m,
	int n,
	Func<int[], T> select
)

Parameters

m
Type: SystemInt32
n
Type: SystemInt32
select
Type: SystemFuncInt32, T

Type Parameters

T

Return Value

Type: IEnumerableT
See Also