Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Extensions.Algorithms
Combinatorial Class
Combinatorial Methods
Permutations Method
Permutations(T) Method (IEnumerable(T))
Permutations Method (Int32)
Combinatorial
Permutations Method (Int32)
Generates all permutations of the numbers 0 to n - 1.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
static
IEnumerable
<
int
[]>
Permutations
(
int
n
)
Parameters
n
Type:
System
Int32
Return Value
Type:
IEnumerable
Int32
See Also
Reference
Combinatorial Class
Permutations Overload
Gamelogic.Extensions.Algorithms Namespace