Kaos.Combinatorics Library
Kaos.Combinatorics Library
Kaos.Combinatorics
Permutation Class
Permutation Methods
Backtrack Method
CompareTo Method
CopyTo Method
Equals Method
GetEnumerator Method
GetHashCode Method
GetRows Method
GetRowsForAllChoices Method
GetRowsForAllPicks Method
GetRowsOfPlainChanges Method
Permute(T) Method
ToString Method
Permutation
CopyTo Method
Copy the entire sequence to the supplied destination.
Namespace:
Kaos.Combinatorics
Assembly:
KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
Syntax
C#
Copy
public
void
CopyTo
(
int
[]
array
)
Parameters
array
Type:
System
Int32
Destination of copy.
Exceptions
Exception
Condition
ArgumentNullException
When
array
is
null
.
ArgumentException
When not enough space in
array
.
See Also
Reference
Permutation Class
Kaos.Combinatorics Namespace
[v5.0.0.6] Copyright © 2009-2018 Kasey O. (github.com/kaosborn)